mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 00:46:43 +02:00
pageta: pageta.com Co-Domain in cloudflared + mana-auth CORS
- cloudflared-config: zwei zusätzliche Ingress-Regeln pageta.com → :3100 + api.pageta.com → :3099 (zusätzlich zu pageta.mana.how — kein Primary-Switch). - docker-compose.macmini mana-auth CORS_ORIGINS: lesen.mana.how- Reste durch pageta.mana.how + pageta-api.mana.how + pageta.com + api.pageta.com ersetzt. Der Rebrand vom Mittag hatte diese env übersehen — Memory project_pageta_live.md warnt explizit davor. DNS-CNAMEs (pageta.com + api.pageta.com) sind via Cloudflare-API angelegt (Zone ba85dec9..., proxied=true auf den mana-server-Tunnel). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
92195b83ec
commit
86269f1b7e
2 changed files with 7 additions and 1 deletions
|
|
@ -343,10 +343,16 @@ ingress:
|
|||
# Live seit 2026-05-16 (vormals lesen.mana.how, Rebrand 2026-05-18).
|
||||
# Verein-App (Tier-Gate public). Konsumiert mana-news-pool
|
||||
# (Plattform-Service Port 3079).
|
||||
# 2026-05-18 Co-Domain pageta.com + api.pageta.com hinzugefügt
|
||||
# (kein Primary-Switch, pageta.mana.how bleibt funktional).
|
||||
- hostname: pageta.mana.how
|
||||
service: http://localhost:3100
|
||||
- hostname: pageta-api.mana.how
|
||||
service: http://localhost:3099
|
||||
- hostname: pageta.com
|
||||
service: http://localhost:3100
|
||||
- hostname: api.pageta.com
|
||||
service: http://localhost:3099
|
||||
|
||||
# ============================================
|
||||
# Monitoring & observability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue