comicello: cloudflared ingress + mana-auth CORS_ORIGINS (Phase ω-0 Live 2026-05-18)

This commit is contained in:
till 2026-05-18 14:25:41 +02:00
parent 86269f1b7e
commit 92f0b3ae06
2 changed files with 15 additions and 1 deletions

View file

@ -381,4 +381,18 @@ ingress:
service: http://localhost:3097
# Catch-all (returns 404 for any unmapped hostname)
# ============================================
# ============================================
# Comicello — Text→Comic-Storyboard (Code/comicello/).
# ~/projects/comicello/ on the Mac Mini.
# Ports per mana/docs/PORTS.md: 3109 api / 3110 web (mac-mini-Mapping:
# 3111, da 3110 von memoro-server belegt). Tier-Gate beta.
# Konsumiert mana-llm, mana-image-edits, mana-media, mana-me, mana-credits.
# DNS für comicello.com + api.comicello.com kommt sobald Till die
# .com-Domain registriert hat — bis dahin nur die .mana.how-Routen.
- hostname: comicello.mana.how
service: http://localhost:3111
- hostname: comicello-api.mana.how
service: http://localhost:3109
- service: http_status:404

View file

@ -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,https://manawald.mana.how,https://werdrobe.com,https://api.werdrobe.com,https://pageta.mana.how,https://pageta-api.mana.how,https://pageta.com,https://api.pageta.com,https://herbatrium.mana.how,https://herbatrium-api.mana.how,https://moodlit.mana.how,https://moodlit-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,https://werdrobe.com,https://api.werdrobe.com,https://pageta.mana.how,https://pageta-api.mana.how,https://pageta.com,https://api.pageta.com,https://herbatrium.mana.how,https://herbatrium-api.mana.how,https://moodlit.mana.how,https://moodlit-api.mana.how,https://comicello.com,https://api.comicello.com,https://comicello.mana.how,https://comicello-api.mana.how
ports:
- "3001:3001"
healthcheck: