From 767c3b797059b5c2f61dcd0357246871ebcd9ac5 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 20 May 2026 16:15:44 +0200 Subject: [PATCH] fix(cloudflared): kreisel.mana.how + kreisel-api.mana.how Ingress nachziehen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim 2026-05-20-Cutover war Schritt "Ingress in cloudflared-config.yml" zwar im Memory abgehakt, aber nie wirklich gemacht — beide Hosts liefen in den service: http_status:404 Catchall. App-Symptom: Native zeigte "API-Fehler 404:" in Töpfe-/Aufnehmen-Tab, Container kreisel-api selbst war healthy. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 165257151..74f2e6979 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -434,4 +434,12 @@ ingress: - hostname: hub.mana.how service: http://localhost:3082 + # Kreisel — Loop-Video-App für Verein-Töpfe (Code/kreisel/). + # Container manacore-monorepo, Host-Ports 3115 api / 3116 web + # (PORTS.md). Live seit 2026-05-20, invite-only via mana-auth-tier. + - hostname: kreisel.mana.how + service: http://localhost:3116 + - hostname: kreisel-api.mana.how + service: http://localhost:3115 + - service: http_status:404