diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 26183f87b..f263e717b 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -256,6 +256,16 @@ ingress: - hostname: manawald.mana.how service: http://localhost:3090 + # Manaspur (GPS-Tracking) — Code/manaspur + Code/manaspur-native. + # ~/projects/manaspur/ on the Mac Mini. Port 3193 api / 5183 web. + # Phase 8 Cutover 2026-05-13. Web kommt mit Phase 6 — Hostname + # ist DNS-only vorgemerkt, der Service liefert vorerst 502 (das + # ist okay, niemand zeigt drauf). + - hostname: manaspur.mana.how + service: http://localhost:5183 + - hostname: manaspur-api.mana.how + service: http://localhost:3193 + # ============================================ # Standalone web apps (separate containers) # ============================================