feat: use nginx proxy, config for public rooms (fedi)
See https://git.coopcloud.tech/coop-cloud/matrix-synapse/issues/38.
This commit is contained in:
@ -78,7 +78,7 @@ allow_public_rooms_without_auth: false
|
||||
# If set to 'true', allows any other homeserver to fetch the server's public
|
||||
# rooms directory via federation. Defaults to 'false'.
|
||||
#
|
||||
allow_public_rooms_over_federation: false
|
||||
allow_public_rooms_over_federation: {{ env "ALLOW_PUBLIC_ROOMS_FEDERATION" }}
|
||||
|
||||
listeners:
|
||||
# Unsecure HTTP listener: for when matrix traffic passes through a reverse proxy
|
||||
|
||||
Reference in New Issue
Block a user