From b299a4acf10e71cf3dd93aae0af81fa73503f7c6 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 12 May 2026 17:00:15 +0200 Subject: [PATCH] feat(infra): route manawald.mana.how + add to mana-auth CORS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- cloudflared-config.yml | 5 +++++ docker-compose.macmini.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 593d08729..26183f87b 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -251,6 +251,11 @@ ingress: - hostname: nutriphi-api.mana.how 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) # ============================================ diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index c5cc421ec..c54d712fd 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -250,7 +250,7 @@ services: # Enforced by services/mana-auth/src/auth/sso-config.spec.ts. # All productivity modules now live under mana.how (path-based) — # 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: - "3001:3001" healthcheck: