From 99a23d04d22b75c52cbd0db08a0469c837341333 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:39:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(infra):=20expose=20STT=20an?= =?UTF-8?q?d=20TTS=20APIs=20externally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add stt-api.mana.how -> localhost:3020 - Add tts-api.mana.how -> localhost:3021 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 e495dfc7b..722bfe37b 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -66,6 +66,12 @@ ingress: - hostname: playground.mana.how service: http://localhost:5090 + # AI Voice Services + - hostname: stt-api.mana.how + service: http://localhost:3020 + - hostname: tts-api.mana.how + service: http://localhost:3021 + # Monitoring & Tools - hostname: grafana.mana.how service: http://localhost:8000