feat(infra): route manawald.mana.how + add to mana-auth CORS

Cloudflared-Ingress für `manawald.mana.how` (port 3090 lokal) + dem
mana-auth-Container die Origin in `CORS_ORIGINS` ergänzen, damit SSO-
Cookie-Auth funktioniert.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-12 17:00:15 +02:00
parent 5635598a58
commit b299a4acf1
2 changed files with 6 additions and 1 deletions

View file

@ -251,6 +251,11 @@ ingress:
- hostname: nutriphi-api.mana.how - hostname: nutriphi-api.mana.how
service: http://localhost:3086 service: http://localhost:3086
# manawald — Skizzenbuch + Mini-App-Inkubator (Code/manawald, separate repo).
# Port 3090 per mana/docs/PORTS.md. Alpha-only, kein public.
- hostname: manawald.mana.how
service: http://localhost:3090
# ============================================ # ============================================
# Standalone web apps (separate containers) # Standalone web apps (separate containers)
# ============================================ # ============================================

View file

@ -250,7 +250,7 @@ services:
# Enforced by services/mana-auth/src/auth/sso-config.spec.ts. # Enforced by services/mana-auth/src/auth/sso-config.spec.ts.
# All productivity modules now live under mana.how (path-based) — # All productivity modules now live under mana.how (path-based) —
# no per-module subdomain entries required here. # no per-module subdomain entries required here.
CORS_ORIGINS: https://mana.how,https://auth.mana.how,https://whopxl.mana.how,https://cardecky.mana.how,https://cardecky-api.mana.how,https://memoro-app.mana.how,https://zitare.mana.how,https://zitare-api.mana.how,https://nutriphi.mana.how,https://nutriphi-api.mana.how CORS_ORIGINS: https://mana.how,https://auth.mana.how,https://whopxl.mana.how,https://cardecky.mana.how,https://cardecky-api.mana.how,https://memoro-app.mana.how,https://zitare.mana.how,https://zitare-api.mana.how,https://nutriphi.mana.how,https://nutriphi-api.mana.how,https://manawald.mana.how
ports: ports:
- "3001:3001" - "3001:3001"
healthcheck: healthcheck: