From 04d12cedef4f2da7aa802bb9b3de80a628ba049d Mon Sep 17 00:00:00 2001 From: David Bergvelt Date: Mon, 14 Jul 2025 20:45:24 -0700 Subject: [PATCH] update matrix and traefik Enabling federation and admin dashboard on matrix --- matrix.resisttechmonopolies.online.env | 16 ++++++++-------- traefik.mango.resisttechmonopolies.online.env | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/matrix.resisttechmonopolies.online.env b/matrix.resisttechmonopolies.online.env index 40aac18..7f69ac8 100644 --- a/matrix.resisttechmonopolies.online.env +++ b/matrix.resisttechmonopolies.online.env @@ -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 \ No newline at end of file +COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml" +ADMIN_INTERFACE_ENABLED=1 \ No newline at end of file diff --git a/traefik.mango.resisttechmonopolies.online.env b/traefik.mango.resisttechmonopolies.online.env index fb2de76..27734b7 100644 --- a/traefik.mango.resisttechmonopolies.online.env +++ b/traefik.mango.resisttechmonopolies.online.env @@ -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 #