From d8886346ad15d11f534292f352b39499c542cd08 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 25 Mar 2026 12:54:11 +0100 Subject: [PATCH] fix(infra): add missing Zitare, SkillTree, Planta routes to Cloudflare tunnel These apps were running on the Mac Mini but not accessible from the internet because their ingress rules were missing from the tunnel config. Also created DNS CNAME records for storage-api and planta-api. Co-Authored-By: Claude Opus 4.6 (1M context) --- cloudflared-config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 8f1bcd791..0b3f469f5 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -46,6 +46,24 @@ ingress: - hostname: contacts-api.mana.how service: http://localhost:3034 + # Zitare App + - hostname: zitare.mana.how + service: http://localhost:5018 + - hostname: zitare-api.mana.how + service: http://localhost:3007 + + # SkillTree App + - hostname: skilltree.mana.how + service: http://localhost:5020 + - 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 + # Storage App - hostname: storage.mana.how service: http://localhost:5015