From b2232472566127e71f1f40a7f63215c475290ed5 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 13 May 2026 14:38:31 +0200 Subject: [PATCH] cloudflared: add manaspur.mana.how + manaspur-api.mana.how ingress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manaspur (GPS-Tracking) Phase 8 cutover 2026-05-13. Ports per mana/docs/PORTS.md: 3193 api / 5183 web. Web container kommt mit Phase 6 — Hostname ist DNS-only vorgemerkt, 502 bis dahin. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) # ============================================