mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 04:53:38 +02:00
cloudflared(ingress): rename lesen.* → pageta.*
Brand-Rebrand der Reader-Webapp. DNS-CNAMEs für pageta.mana.how + pageta-api.mana.how sind über die Cloudflare-API angelegt (CNAME auf 1435166a-…cfargotunnel.com, proxied=true), aber dieser Reload sollte ERST nach dem Container-Cutover passieren — sonst gibt der Tunnel ein 404-Fenster, weil die alten lesen-Container kein pageta-Hostname- Match haben. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a7aed2ce72
commit
932bd98d84
1 changed files with 6 additions and 9 deletions
|
|
@ -105,8 +105,6 @@ ingress:
|
|||
service: http://localhost:5000
|
||||
- hostname: presi.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: food.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: photos.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: mukke.mana.how
|
||||
|
|
@ -115,8 +113,6 @@ ingress:
|
|||
service: http://localhost:5000
|
||||
- hostname: calc.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: citycorners.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: inventar.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: times.mana.how
|
||||
|
|
@ -342,13 +338,14 @@ ingress:
|
|||
- hostname: docs.mana.how
|
||||
service: http://localhost:4400
|
||||
|
||||
# Lesen — Reader-Webapp (Code/lesen/). ~/projects/lesen/ auf dem
|
||||
# Pageta — Reader-Webapp (Code/pageta/). ~/projects/pageta/ auf dem
|
||||
# Mac Mini. Ports per mana/docs/PORTS.md: 3099 api / 3100 web.
|
||||
# Live seit 2026-05-16. Verein-App (Tier-Gate public). Konsumiert
|
||||
# mana-news-pool (Plattform-Service Port 3079).
|
||||
- hostname: lesen.mana.how
|
||||
# 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).
|
||||
- hostname: pageta.mana.how
|
||||
service: http://localhost:3100
|
||||
- hostname: lesen-api.mana.how
|
||||
- hostname: pageta-api.mana.how
|
||||
service: http://localhost:3099
|
||||
|
||||
# ============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue