Federation via SERVE_SERVER_WELLKNOWN #27
@ -15,6 +15,9 @@ COMPOSE_FILE="compose.yml"
|
|||||||
|
|
||||||
#DISABLE_FEDERATION=1
|
#DISABLE_FEDERATION=1
|
||||||
|
|
||||||
|
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
|
||||||
|
SERVE_SERVER_WELLKNOWN=false
|
||||||
|
|
||||||
ENABLE_REGISTRATION=false
|
ENABLE_REGISTRATION=false
|
||||||
PASSWORD_LOGIN_ENABLED=true
|
PASSWORD_LOGIN_ENABLED=true
|
||||||
|
|
||||||
|
2
abra.sh
2
abra.sh
@ -1,3 +1,3 @@
|
|||||||
export ENTRYPOINT_CONF_VERSION=v1
|
export ENTRYPOINT_CONF_VERSION=v1
|
||||||
export HOMESERVER_YAML_VERSION=v7
|
export HOMESERVER_YAML_VERSION=v8
|
||||||
export LOG_CONFIG_VERSION=v2
|
export LOG_CONFIG_VERSION=v2
|
||||||
|
@ -25,6 +25,7 @@ services:
|
|||||||
- PASSWORD_LOGIN_ENABLED
|
- PASSWORD_LOGIN_ENABLED
|
||||||
- REDACTION_RETENTION_PERIOD
|
- REDACTION_RETENTION_PERIOD
|
||||||
- ROOT_LOG_LEVEL
|
- ROOT_LOG_LEVEL
|
||||||
|
- SERVE_SERVER_WELLKNOWN
|
||||||
- SQL_LOG_LEVEL
|
- SQL_LOG_LEVEL
|
||||||
- STACK_NAME
|
- STACK_NAME
|
||||||
- SYNAPSE_ADMIN_EMAIL
|
- SYNAPSE_ADMIN_EMAIL
|
||||||
|
@ -85,7 +85,7 @@ public_baseurl: https://{{ env "DOMAIN" }}/
|
|||||||
#
|
#
|
||||||
# Defaults to 'false'.
|
# Defaults to 'false'.
|
||||||
#
|
#
|
||||||
#serve_server_wellknown: true
|
serve_server_wellknown: {{ env "SERVE_SERVER_WELLKNOWN" }}
|
||||||
yksflip marked this conversation as resolved
|
|||||||
|
|
||||||
# Set the soft limit on the number of file descriptors synapse can use
|
# 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
|
# Zero is used to indicate synapse should set the soft limit to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
you'll need to bump the config version in the
abra.sh
also