From 6ae03a65cfaaa0af915ba3d242407af5c6476415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Sun, 8 Feb 2026 05:42:19 +0200 Subject: [PATCH] config.yaml: reverse proxy matrix stuff --- config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 791899c..063fc38 100644 --- a/config.yaml +++ b/config.yaml @@ -54,8 +54,13 @@ storage: file_server } + fst.ee:8448 { + reverse_proxy /_matrix/* matrixdotorg-synapse:8008 + } + matrix.fst.ee { - reverse_proxy http://[::1]:8008 + reverse_proxy /_matrix/* matrixdotorg-synapse:8008 + reverse_proxy /_synapse/client/* matrixdotorg-synapse:8008 } - path: /opt/caddy/var/www/html/index.html overwrite: true