summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2023-11-29 19:23:47 +0000
committerGitHub <noreply@github.com>2023-11-29 20:23:47 +0100
commit264062258bf377b6a6ff0d6fed7e6b3a0844873f (patch)
tree1fa82a1c686554c3b1496af9ace2b64a611208dd
parentupd: delete emoji file from drive on emoji deletion (diff)
downloadsharkey-264062258bf377b6a6ff0d6fed7e6b3a0844873f.tar.gz
sharkey-264062258bf377b6a6ff0d6fed7e6b3a0844873f.tar.bz2
sharkey-264062258bf377b6a6ff0d6fed7e6b3a0844873f.zip
add missing bits to docker example config (#184)
-rw-r--r--.config/docker_example.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/docker_example.yml b/.config/docker_example.yml
index 2921746295..0a21f20320 100644
--- a/.config/docker_example.yml
+++ b/.config/docker_example.yml
@@ -112,6 +112,7 @@ redis:
# apiKey: ''
# ssl: true
# index: ''
+# scope: global
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────
@@ -144,15 +145,22 @@ id: 'aidx'
# Job concurrency per worker
# deliverJobConcurrency: 128
# inboxJobConcurrency: 16
+# relashionshipJobConcurrency: 16
+# What's relashionshipJob?:
+# Follow, unfollow, block and unblock(ings) while following-imports, etc. or account migrations.
# Job rate limiter
# deliverJobPerSec: 128
# inboxJobPerSec: 16
+# relashionshipJobPerSec: 64
# Job attempts
# deliverJobMaxAttempts: 12
# inboxJobMaxAttempts: 8
+# Local address used for outgoing requests
+#outgoingAddress: 127.0.0.1
+
# IP address family used for outgoing request (ipv4, ipv6 or dual)
#outgoingAddressFamily: ipv4
@@ -175,8 +183,15 @@ proxyBypassHosts:
#mediaProxy: https://example.com/proxy
# Proxy remote files (default: true)
+# Proxy remote files by this instance or mediaProxy to prevent remote files from running in remote domains.
proxyRemoteFiles: true
+# Movie Thumbnail Generation URL
+# There is no reference implementation.
+# For example, Misskey will point to the following URL:
+# https://example.com/thumbnail.webp?thumbnail=1&url=https%3A%2F%2Fstorage.example.com%2Fpath%2Fto%2Fvideo.mp4
+#videoThumbnailGenerator: https://example.com
+
# Sign to ActivityPub GET request (default: true)
signToActivityPubGet: true