mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 16:41:08 +02:00
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:
parent
5635598a58
commit
b299a4acf1
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
# ============================================
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue