cloudflared: manameme + seepuls Ingress-Einträge
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run

- 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) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-15 16:15:24 +02:00
parent a040e12f37
commit 21e8bcaa5f

View file

@ -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)
# ============================================