From 8318d7ba0f5ac7f71662232eb5642f7adac99d10 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 26 May 2026 18:13:12 +0200 Subject: [PATCH] =?UTF-8?q?infra(cloudflared):=20add=20stats.mana.how=20in?= =?UTF-8?q?gress=20=E2=86=92=20localhost:3118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mana-stats service (stats.mana.how + mana-ev.ch/zahlen source) had no tunnel ingress rule in the committed config — root/healthz/api all 404'd even though mana-stats is healthy on :3118. Add the rule before the 404 catch-all. DNS already points at the tunnel. Co-Authored-By: Claude Opus 4.7 (1M context) --- cloudflared-config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index 945da9ea7..2c9ec9e0c 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -483,4 +483,9 @@ ingress: - hostname: chor.mana.how service: http://localhost:3091 + # mana-stats — öffentliche Transparenz-Stats (stats.mana.how + mana-ev.ch/zahlen). + # Host-Port 3118; DNS via `cloudflared tunnel route dns` auf den Tunnel gezeigt. + - hostname: stats.mana.how + service: http://localhost:3118 + - service: http_status:404