From 92f0b3ae067e472c383f894cd03593d23ffe02af Mon Sep 17 00:00:00 2001 From: till Date: Mon, 18 May 2026 14:25:41 +0200 Subject: [PATCH] =?UTF-8?q?comicello:=20cloudflared=20ingress=20+=20mana-a?= =?UTF-8?q?uth=20CORS=5FORIGINS=20(Phase=20=CF=89-0=20Live=202026-05-18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudflared-config.yml | 14 ++++++++++++++ docker-compose.macmini.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 21ead0a95..911a19ce2 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -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 diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 6ee4b9350..c61785862 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,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: