From fe96354e3f0a093ac1998e17afc203128cc1b722 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:01:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(cloudflared):=20correct=20ma?= =?UTF-8?q?trix.mana.how=20port=20(8008=20=E2=86=92=204000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synapse container maps internal port 8008 to host port 4000. Co-Authored-By: Claude Opus 4.5 --- cloudflared-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index a0e7a61f7..8c30e9c03 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -54,7 +54,7 @@ ingress: # Matrix (DSGVO-konformes Messaging) - hostname: matrix.mana.how - service: http://localhost:8008 + service: http://localhost:4000 - hostname: element.mana.how service: http://localhost:4080 - hostname: link.mana.how