From 21e8bcaa5f850a4174f9b705c93ef4871a1b61f6 Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 15 May 2026 16:15:24 +0200 Subject: [PATCH] =?UTF-8?q?cloudflared:=20manameme=20+=20seepuls=20Ingress?= =?UTF-8?q?-Eintr=C3=A4ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - manameme.mana.how → :3197, manameme-api.mana.how → :3196 (Phase-8-Cutover 2026-05-15, DNS-Routes bereits live; Config-Block war noch uncommitted, jetzt explizit dokumentiert) - seepuls.mana.how → :3096, seepuls-api.mana.how → :3095 (Phase β-4 Deploy pending; DNS wird vorgemerkt, Tunnel liefert 502 bis Container deployed ist. Aggregator-App, gilt mana/docs/AGGREGATOR_POLICY.md) Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index f263e717b..8184d4a63 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -266,6 +266,26 @@ ingress: - hostname: manaspur-api.mana.how service: http://localhost:3193 + # ManaMeme (Bild-Meme-Community) — Code/manameme + Code/manameme-native. + # ~/projects/manameme/ on the Mac Mini. Port 3196 api / 3197 web. + # Phase 8 Cutover 2026-05-15. alpha-Tier-Gate auf Write-Routen, + # Reads sind für Guests offen. + - hostname: manameme.mana.how + service: http://localhost:3197 + - hostname: manameme-api.mana.how + service: http://localhost:3196 + + # Seepuls (Event-Aggregator Konstanz/Kreuzlingen, DE+CH) — Code/seepuls. + # ~/projects/seepuls/ on the Mac Mini (Deploy pending, Phase β-4). + # Ports per mana/docs/PORTS.md: 3095 api / 3096 web. Aggregator-App, + # gilt mana/docs/AGGREGATOR_POLICY.md (robots.txt-Pflicht, sichtbare + # Attribution, Take-Down ≤ 72h). DNS vorgemerkt, Service liefert 502 + # bis Container deployed ist. + - hostname: seepuls.mana.how + service: http://localhost:3096 + - hostname: seepuls-api.mana.how + service: http://localhost:3095 + # ============================================ # Standalone web apps (separate containers) # ============================================