limited federation mode support
This commit is contained in:
parent
aa4cd09550
commit
a227f91a7f
|
@ -31,6 +31,9 @@ data:
|
|||
{{- with .Values.mastodon.authorizedFetch }}
|
||||
AUTHORIZED_FETCH: {{ . | quote }}
|
||||
{{- end }}
|
||||
{{- with .Values.mastodon.limitedFederationMode }}
|
||||
LIMITED_FEDERATION_MODE: {{ . | quote }}
|
||||
{{- end }}
|
||||
# https://devcenter.heroku.com/articles/tuning-glibc-memory-behavior
|
||||
MALLOC_ARENA_MAX: "2"
|
||||
NODE_ENV: "production"
|
||||
|
|
|
@ -38,6 +38,8 @@ mastodon:
|
|||
singleUserMode: false
|
||||
# -- Enables "Secure Mode" for more details see: https://docs.joinmastodon.org/admin/config/#authorized_fetch
|
||||
authorizedFetch: false
|
||||
# -- Enables "Limited Federation Mode" for more detauls see: https://docs.joinmastodon.org/admin/config/#limited_federation_mode
|
||||
limitedFederationMode: false
|
||||
persistence:
|
||||
assets:
|
||||
# -- ReadWriteOnce is more widely supported than ReadWriteMany, but limits
|
||||
|
|
Loading…
Reference in New Issue
Block a user