From a9a3c0436f1aeba7cbf5561b2582d2a02df64998 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 20 May 2026 15:31:29 +0200 Subject: [PATCH] =?UTF-8?q?fix(cloudflared):=20hub.mana.how=20=E2=86=92=20?= =?UTF-8?q?mana-hub-web=20auf=20:3082=20(war=20catch-all=20404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudflared-config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index d2626b6b1..6949bd678 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -421,4 +421,11 @@ ingress: - hostname: sync2.mana.how service: http://localhost:3055 + # mana-hub-web — Vereins-Hub-UI (mana/apps/hub-web). SvelteKit-App + # mit /timeline (Cross-App-Aggregator), /invites, /aura. + # Container exponiert intern 3060, gemappt auf Host-Port 3082 + # (Konflikt mit unified mana-api auf 3060). + - hostname: hub.mana.how + service: http://localhost:3082 + - service: http_status:404