From 3353ceb962f85143213c7a91232baf08ae51b111 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Thu, 12 Feb 2026 02:06:56 +0100 Subject: [PATCH] feat(photos): add Cloudflare Tunnel routes for photos app MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - photos.mana.how → localhost:5019 (web frontend) - photos-api.mana.how → localhost:3039 (backend API) Co-Authored-By: Claude Opus 4.5 --- cloudflared-config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index de84685d7..07fcb314f 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -62,6 +62,12 @@ ingress: - hostname: nutriphi-api.mana.how service: http://localhost:3037 + # Photos App + - hostname: photos.mana.how + service: http://localhost:5019 + - hostname: photos-api.mana.how + service: http://localhost:3039 + # LLM Services - hostname: playground.mana.how service: http://localhost:5090