From b43a1eeda9dc00c98a36f7eda6e1818ccbf95bc0 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 20 May 2026 13:37:29 +0200 Subject: [PATCH] fix(cloudflared): sync2.mana.how + herbatrium.mana.how + -api.mana.how Routes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drei Hostnames waren NIE im aktiven cloudflared-config eingetragen, obwohl die DNS-CNAMEs angelegt waren: - sync2.mana.how → mana-sync-v2 (Event-Sourcing-Platform, alle 9 Verein-Apps; ohne diesen Route konnten Browser-Clients keine Events emittieren) - herbatrium.mana.how / -api.mana.how (Live-Status in Memory war falsch, Smokes nur gegen localhost grün) Manueller Insert via sed am 2026-05-19 ist beim nächsten managarten- git-pull verloren gegangen, jetzt sauber im Repo persistiert. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index d16f58026..dd88c8a7d 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -399,4 +399,20 @@ ingress: - hostname: moodlit-api.mana.how service: http://localhost:3105 + # Herbatrium — Citizen-Science-Pflanzenbeobachtungen (Code/herbatrium/). + # Host-Ports 3103+3104 (statt 3101+3102) wegen memoro-audio-Konflikt + # auf 3101. Service-interne Ports bleiben 3101+3000 per PORTS.md. + - hostname: herbatrium.mana.how + service: http://localhost:3104 + - hostname: herbatrium-api.mana.how + service: http://localhost:3103 + + # mana-sync-v2 — Event-Sourcing-Platform (mana/services/mana-sync/). + # Container `mana-sync-v2` (Host-Port 3055 → Service 3050). SOT für + # alle 9 Verein-Apps (Stand 2026-05-19, manaclick + nutriphi/moodlit/ + # pageta/herbatrium/werdrobe/comicello/uload/mukke). Co-Existenz mit + # Legacy `mana-core-sync` auf sync.mana.how bis Legacy-Removal. + - hostname: sync2.mana.how + service: http://localhost:3055 + - service: http_status:404