From af33b1ceadaa04916748aab63c94df725ff73369 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 31 Mar 2026 18:40:26 +0200 Subject: [PATCH] fix(cloudflared): sync config with actual container ports and add missing apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix ports: zitare 5018→5026, mukke 5180→5024, calc 5026→5031, element 4080→4010, playground 5090→5050 - Add missing routes: citycorners, inventar, times, uload, arcade, status, whopxl - Comment out planta (container not deployed) and manavoxel (no port expose) - Remove duplicate citycorners from landing pages block - Reorder and document all services consistently Co-Authored-By: Claude Sonnet 4.6 --- cloudflared-config.yml | 48 ++++++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 88d84ed51..c3094bc5f 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -56,7 +56,7 @@ ingress: # Zitare App - hostname: zitare.mana.how - service: http://localhost:5018 + service: http://localhost:5026 - hostname: zitare-api.mana.how service: http://localhost:3007 @@ -66,11 +66,9 @@ ingress: - hostname: skilltree-api.mana.how service: http://localhost:3038 - # Planta App - - hostname: planta.mana.how - service: http://localhost:5022 - - hostname: planta-api.mana.how - service: http://localhost:3022 + # Planta App (nicht aktiv deployt — Container fehlt noch) + # - hostname: planta.mana.how + # service: http://localhost:XXXX # ManaDeck App - hostname: manadeck.mana.how @@ -104,7 +102,7 @@ ingress: # Mukke App - hostname: mukke.mana.how - service: http://localhost:5180 + service: http://localhost:5024 - hostname: mukke-api.mana.how service: http://localhost:3010 @@ -116,13 +114,33 @@ ingress: # Calc App - hostname: calc.mana.how - service: http://localhost:5026 + service: http://localhost:5031 - # LLM Services + # CityCorners App + - hostname: citycorners.mana.how + service: http://localhost:5022 + + # Inventar App + - hostname: inventar.mana.how + service: http://localhost:5025 + + # Times App + - hostname: times.mana.how + service: http://localhost:5027 + + # ULoad App + - hostname: uload.mana.how + service: http://localhost:5029 + + # LLM Playground - hostname: playground.mana.how - service: http://localhost:5090 + service: http://localhost:5050 - # AI Voice Services + # ManaVoxel App (Port TBD — Container läuft noch ohne Portexpose) + # - hostname: manavoxel.mana.how + # service: http://localhost:5028 + + # AI Voice Services (local STT/TTS, läuft über mana-service-llm) - hostname: stt-api.mana.how service: http://localhost:3020 - hostname: tts-api.mana.how @@ -131,6 +149,8 @@ ingress: # Games - hostname: whopxl.mana.how service: http://localhost:5100 + - hostname: arcade.mana.how + service: http://localhost:5210 # Public Status Page (generated every 60s by mana-status-gen container) - hostname: status.mana.how @@ -146,7 +166,7 @@ ingress: - hostname: matrix.mana.how service: http://localhost:4000 - hostname: element.mana.how - service: http://localhost:4080 + service: http://localhost:4010 - hostname: link.mana.how service: http://localhost:4090 @@ -167,10 +187,6 @@ ingress: service: http://localhost:4400 - hostname: clocks.mana.how service: http://localhost:4400 - - hostname: nutriphi.mana.how - service: http://localhost:4400 - - hostname: citycorners.mana.how - service: http://localhost:4400 - hostname: docs.mana.how service: http://localhost:4400