update matrix and traefik
Enabling federation and admin dashboard on matrix
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
TYPE=matrix-synapse:6.6.3+v1.124.0
|
TYPE=matrix-synapse:cf47a9c1
|
||||||
DOMAIN=matrix.resisttechmonopolies.online
|
DOMAIN=matrix.resisttechmonopolies.online
|
||||||
# SERVER_NAME=example.com
|
# SERVER_NAME=example.com
|
||||||
TIMEOUT=300
|
TIMEOUT=300
|
||||||
@ -21,10 +21,10 @@ SECRET_REGISTRATION_VERSION=v1
|
|||||||
|
|
||||||
## Federation
|
## Federation
|
||||||
|
|
||||||
#DISABLE_FEDERATION=1
|
DISABLE_FEDERATION=0
|
||||||
|
|
||||||
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
|
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
|
||||||
SERVE_SERVER_WELLKNOWN=false
|
SERVE_SERVER_WELLKNOWN=true
|
||||||
|
|
||||||
ALLOW_PUBLIC_ROOMS_FEDERATION=false
|
ALLOW_PUBLIC_ROOMS_FEDERATION=false
|
||||||
|
|
||||||
@ -34,12 +34,12 @@ ENABLE_REGISTRATION=false
|
|||||||
PASSWORD_LOGIN_ENABLED=true
|
PASSWORD_LOGIN_ENABLED=true
|
||||||
|
|
||||||
# Token based registration. Enable ADMIN_INTERFACE (below) to use the admin interface to generate tokens.
|
# Token based registration. Enable ADMIN_INTERFACE (below) to use the admin interface to generate tokens.
|
||||||
#REGISTRATION_REQUIRES_TOKEN=true
|
REGISTRATION_REQUIRES_TOKEN=true
|
||||||
|
|
||||||
## Room auto-join
|
## Room auto-join
|
||||||
|
|
||||||
#AUTO_JOIN_ROOM_ENABLED=1
|
AUTO_JOIN_ROOM_ENABLED=1
|
||||||
#AUTO_JOIN_ROOM="#example:example.com"
|
AUTO_JOIN_ROOM="#general:matrix.resisttechmonopolies.online"
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
@ -200,5 +200,5 @@ RETENTION_MAX_LIFETIME=4w
|
|||||||
|
|
||||||
|
|
||||||
## Admin interface at /admin
|
## Admin interface at /admin
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
|
||||||
#ADMIN_INTERFACE_ENABLED=1
|
ADMIN_INTERFACE_ENABLED=1
|
@ -19,7 +19,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
## Host-mode networking
|
## Host-mode networking
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
||||||
|
|
||||||
## "Headless mode" (no domain configured)
|
## "Headless mode" (no domain configured)
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
||||||
@ -101,7 +101,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
# File provider directory configuration #
|
# File provider directory configuration #
|
||||||
# (Route bare metal and non-docker services on the machine!) #
|
# (Route bare metal and non-docker services on the machine!) #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#FILE_PROVIDER_DIRECTORY_ENABLED=1
|
FILE_PROVIDER_DIRECTORY_ENABLED=1
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Additional services #
|
# Additional services #
|
||||||
|
Reference in New Issue
Block a user