Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(off-topic) this pr is unnecessary #249

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6e3e7d7
Update about-misskey.vue
syuilo Aug 8, 2024
820becb
fix import
syuilo Aug 9, 2024
f244d42
ci: change prerelease channels to alpha, beta, and rc (#14376)
anatawa12 Aug 9, 2024
0d508db
fix(backend): check visibility of following/followers of remote users…
tesaguri Aug 9, 2024
f509413
fix: readAllNotifications message not working (#14374)
anatawa12 Aug 9, 2024
01a815f
fix(general): some fixes and improvements of Play visibility (#14384)
zyoshoka Aug 10, 2024
7e3dedb
fix(frontend): ページ遷移に失敗することがある問題を修正 (bump vue version) (#14380)
kakkokari-gtyih Aug 10, 2024
1532d5f
ci: skip chromatic / storybook CI for pull requests targets master (#…
anatawa12 Aug 10, 2024
cb10156
fix(frontend): iOSでacctなどがリンクとして誤検知されるのを抑制 (#14354)
kakkokari-gtyih Aug 10, 2024
93c569c
refactor
syuilo Aug 10, 2024
37c9d91
Merge branch 'develop' of https://github.com/misskey-dev/misskey into…
syuilo Aug 10, 2024
046f243
fix(frontend): mCaptchaを使用していてもbotプロテクションに関する警告が消えないのを修正 (#14390)
kakkokari-gtyih Aug 11, 2024
0aaf74e
fix(backend): InstanceEntityService.packMany に me が渡っていないのを修正 (#14360)
kakkokari-gtyih Aug 11, 2024
93fc06d
fix(backend): getApTypeでエラーを投げないように (#14361)
kakkokari-gtyih Aug 11, 2024
ab7bbd4
fix(backend): ダイレクト投稿をユーザーごとのチャートから除外 (#14350)
kakkokari-gtyih Aug 11, 2024
94b8c00
docker-compose.yml, compose.ymlを追跡対象外に追加 (#14345)
t1nyb0x Aug 11, 2024
2a2bbcd
New Crowdin updates (#14341)
syuilo Aug 11, 2024
4d75786
Bump version to 2024.8.0-alpha.0
github-actions[bot] Aug 11, 2024
41936c1
chore: fix some comments (#14394)
timesince Aug 12, 2024
7326c55
fix: follow-up of #245
taiyme Aug 13, 2024
b4a8273
Merge remote-tracking branch 'upstream/develop' into merge-upstream
taiyme Aug 13, 2024
bc0c28c
Merge pull request #246 from taiyme/merge-upstream
taiyme Aug 13, 2024
c08bbc6
chore: fix indent
taiyme Aug 13, 2024
dac5c22
(pre) fix: リリースワークフローの修正 (#247)
cffnpwr Aug 27, 2024
4ff32e3
enh: リリースワークフローをworkflow_dispatchで実行する
taiyme Aug 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 70 additions & 70 deletions .config/docker_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,77 +48,77 @@ db:
pass: example-misskey-pass

# Whether disable Caching queries
#disableCache: true
# disableCache: true

# Extra Connection options
#extra:
# ssl: true
# extra:
# ssl: true

dbReplications: false

# You can configure any number of replicas here
#dbSlaves:
# -
# host:
# port:
# db:
# user:
# pass:
# -
# host:
# port:
# db:
# user:
# pass:
# dbSlaves:
# -
# host:
# port:
# db:
# user:
# pass:
# -
# host:
# port:
# db:
# user:
# pass:

# ┌─────────────────────┐
#───┘ Redis configuration └─────────────────────────────────────

redis:
host: redis
port: 6379
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass
#prefix: example-prefix
#db: 1

#redisForPubsub:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

#redisForJobQueue:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

#redisForTimelines:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1
# family: 0 # 0=Both, 4=IPv4, 6=IPv6
# pass: example-pass
# prefix: example-prefix
# db: 1

# redisForPubsub:
# host: redis
# port: 6379
# # family: 0 # 0=Both, 4=IPv4, 6=IPv6
# # pass: example-pass
# # prefix: example-prefix
# # db: 1

# redisForJobQueue:
# host: redis
# port: 6379
# # family: 0 # 0=Both, 4=IPv4, 6=IPv6
# # pass: example-pass
# # prefix: example-prefix
# # db: 1

# redisForTimelines:
# host: redis
# port: 6379
# # family: 0 # 0=Both, 4=IPv4, 6=IPv6
# # pass: example-pass
# # prefix: example-prefix
# # db: 1

# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────

# You can set scope to local (default value) or global
# (include notes from remote).

#meilisearch:
# host: meilisearch
# port: 7700
# apiKey: ''
# ssl: true
# index: ''
# scope: local
# meilisearch:
# host: meilisearch
# port: 7700
# apiKey: ''
# ssl: true
# index: ''
# scope: local

# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────
Expand All @@ -145,23 +145,23 @@ id: 'aidx'
# Sentry is available for error tracking.
# See the Sentry documentation for more details on options.

#sentryForBackend:
# enableNodeProfiling: true
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'
# sentryForBackend:
# enableNodeProfiling: true
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'

#sentryForFrontend:
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'
# sentryForFrontend:
# options:
# dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0'

# ┌─────────────────────┐
#───┘ Other configuration └─────────────────────────────────────

# Whether disable HSTS
#disableHsts: true
# disableHsts: true

# Number of worker processes
#clusterLimit: 1
# clusterLimit: 1

# Job concurrency per worker
# deliverJobConcurrency: 128
Expand All @@ -176,10 +176,10 @@ id: 'aidx'
# inboxJobMaxAttempts: 8

# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4
# outgoingAddressFamily: ipv4

# Proxy for HTTP/HTTPS
#proxy: http://127.0.0.1:3128
# proxy: http://127.0.0.1:3128

proxyBypassHosts:
- api.deepl.com
Expand All @@ -189,12 +189,12 @@ proxyBypassHosts:
- challenges.cloudflare.com

# Proxy for SMTP/SMTPS
#proxySmtp: http://127.0.0.1:3128 # use HTTP/1.1 CONNECT
#proxySmtp: socks4://127.0.0.1:1080 # use SOCKS4
#proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5
# proxySmtp: http://127.0.0.1:3128 # use HTTP/1.1 CONNECT
# proxySmtp: socks4://127.0.0.1:1080 # use SOCKS4
# proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5

# Media Proxy
#mediaProxy: https://example.com/proxy
# mediaProxy: https://example.com/proxy

# Proxy remote files (default: true)
proxyRemoteFiles: true
Expand All @@ -205,9 +205,9 @@ signToActivityPubGet: true
# For security reasons, uploading attachments from the intranet is prohibited,
# but exceptions can be made from the following settings. Default value is "undefined".
# Read changelog to learn more (Improvements of 12.90.0 (2021/09/04)).
#allowedPrivateNetworks: [
# '127.0.0.1/32'
#]
# allowedPrivateNetworks: [
# '127.0.0.1/32'
# ]

# Upload or download file size limits (bytes)
#maxFileSize: 262144000
# maxFileSize: 262144000
Loading
Loading