From ae2b894f1fe139f088273012ca99c6ed7ccd7353 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Nov 2023 10:42:09 +0000 Subject: [PATCH] Add homeserver response for matrix --- services/matrix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/matrix.nix b/services/matrix.nix index 22208020..c6bfd627 100644 --- a/services/matrix.nix +++ b/services/matrix.nix @@ -30,6 +30,7 @@ header /.well-known/matrix/* Content-Type application/json header /.well-known/matrix/* Access-Control-Allow-Origin * respond /.well-known/matrix/server `{"m.server": "matrix.xenia.me.uk:443"}` + respond /.well-known/matrix/client `{"m.homeserver":{"base_url":"https://matrix.xenia.me.uk"}}` ''; caddy.virtualHosts."matrix.xenia.me.uk".extraConfig = '' reverse_proxy /_matrix/* localhost:8008