From b4589a7249352470d13509b38d1a5f345ba13e33 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 00:57:05 +0200 Subject: [PATCH] feat(infra): route analytics.mana.how to mana-analytics:3064 Phase 2 feedback hub needs a public hostname so the browser-side FeedbackHook + /community page can talk to mana-analytics. Internal docker URL stays for SSR. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index f9e8ee895..ac8a0945a 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -148,6 +148,8 @@ ingress: service: http://localhost:3065 - hostname: research.mana.how service: http://localhost:3068 + - hostname: analytics.mana.how + service: http://localhost:3064 # ============================================ # Standalone web apps (separate containers)