From 81869a049e38853107c67a5edbc7d6efe845b5ce Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 1 Jul 2026 12:52:06 +0200 Subject: [PATCH] fix: matrix-federation entrypoint on :8448 to match published port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit compose.matrix.yml publishes container port 8448, but the entrypoint was on :9001 — federation traffic hit no listener. :9001 also collided with the minio-console entrypoint. https://git.coopcloud.tech/coop-cloud/traefik/commit/e94da633715e538e5e8c864ba97777ff958714d7 Thx for @notplants. --- abra.sh | 2 +- traefik.yml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index 3c8cad5..d5c01aa 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,3 @@ -export TRAEFIK_YML_VERSION=v31a +export TRAEFIK_YML_VERSION=v32 export FILE_PROVIDER_YML_VERSION=v12 export ENTRYPOINT_VERSION=v5 diff --git a/traefik.yml.tmpl b/traefik.yml.tmpl index 087fdf4..28277b9 100644 --- a/traefik.yml.tmpl +++ b/traefik.yml.tmpl @@ -100,7 +100,7 @@ entrypoints: {{- end }} {{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }} matrix-federation: - address: ":9001" + address: ":8448" {{- end }} {{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }} nextcloud-talk-hpb: