Federation via SERVE_SERVER_WELLKNOWN #27

Merged
decentral1se merged 2 commits from serve_server_wellknown into main 2022-04-06 16:04:37 +00:00
4 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,9 @@ COMPOSE_FILE="compose.yml"
#DISABLE_FEDERATION=1
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
SERVE_SERVER_WELLKNOWN=false
ENABLE_REGISTRATION=false
PASSWORD_LOGIN_ENABLED=true

View File

@ -1,3 +1,3 @@
export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v7
export HOMESERVER_YAML_VERSION=v8
export LOG_CONFIG_VERSION=v2

View File

@ -25,6 +25,7 @@ services:
- PASSWORD_LOGIN_ENABLED
- REDACTION_RETENTION_PERIOD
- ROOT_LOG_LEVEL
- SERVE_SERVER_WELLKNOWN
- SQL_LOG_LEVEL
- STACK_NAME
- SYNAPSE_ADMIN_EMAIL

View File

@ -85,7 +85,7 @@ public_baseurl: https://{{ env "DOMAIN" }}/
#
# Defaults to 'false'.
#
#serve_server_wellknown: true
serve_server_wellknown: {{ env "SERVE_SERVER_WELLKNOWN" }}
yksflip marked this conversation as resolved
Review

you'll need to bump the config version in the abra.sh also

you'll need to bump the config version in the `abra.sh` also
# Set the soft limit on the number of file descriptors synapse can use
# Zero is used to indicate synapse should set the soft limit to the