From e0fcd572e244842859aa5412dad694960bf4788e Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sun, 2 Jul 2023 16:35:48 -0500 Subject: [PATCH] add maubot path --- cloudflared/application.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloudflared/application.yaml b/cloudflared/application.yaml index 4543a56..93d4b25 100644 --- a/cloudflared/application.yaml +++ b/cloudflared/application.yaml @@ -39,6 +39,11 @@ spec: noTLSVerify: true - hostname: red-1.werts.us service: http://node-red-1.node-red.svc.cluster.local:4180 + - hostname: chat.werts.us + service: http://172.16.18.1:29316 + path: ^/_matrix/maubot + originRequest: + noTLSVerify: true - hostname: chat.werts.us service: http://synapse-werts.synapse.svc.cluster.local:8008 - hostname: noctowl.werts.us