update matrix and traefik

Enabling federation and admin dashboard on matrix
This commit is contained in:
2025-07-14 20:45:24 -07:00
parent 234ad2c88d
commit 04d12cedef
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
TYPE=matrix-synapse:6.6.3+v1.124.0
TYPE=matrix-synapse:cf47a9c1
DOMAIN=matrix.resisttechmonopolies.online
# SERVER_NAME=example.com
TIMEOUT=300
@ -21,10 +21,10 @@ SECRET_REGISTRATION_VERSION=v1
## Federation
#DISABLE_FEDERATION=1
DISABLE_FEDERATION=0
# 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
@ -34,12 +34,12 @@ ENABLE_REGISTRATION=false
PASSWORD_LOGIN_ENABLED=true
# 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
#AUTO_JOIN_ROOM_ENABLED=1
#AUTO_JOIN_ROOM="#example:example.com"
AUTO_JOIN_ROOM_ENABLED=1
AUTO_JOIN_ROOM="#general:matrix.resisttechmonopolies.online"
## Logging
@ -200,5 +200,5 @@ RETENTION_MAX_LIFETIME=4w
## Admin interface at /admin
#COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
#ADMIN_INTERFACE_ENABLED=1
COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
ADMIN_INTERFACE_ENABLED=1

View File

@ -19,7 +19,7 @@ COMPOSE_FILE="compose.yml"
#####################################################################
## Host-mode networking
#COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
## "Headless mode" (no domain configured)
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
@ -101,7 +101,7 @@ COMPOSE_FILE="compose.yml"
# File provider directory configuration #
# (Route bare metal and non-docker services on the machine!) #
#####################################################################
#FILE_PROVIDER_DIRECTORY_ENABLED=1
FILE_PROVIDER_DIRECTORY_ENABLED=1
#####################################################################
# Additional services #