restore matrix server and client stuff

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-28 16:19:48 +01:00
parent 30d6e3e2cd
commit f3d29fcf11
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -177,11 +177,13 @@ in {
handle /.well-known/matrix/server {
header Access-Control-Allow-Origin *
header Content-Type application/json
respond "{ \"m.server\": \"matrix.chir.rs:443\" }" 200
}
handle /.well-known/matrix/client {
header Access-Control-Allow-Origin *
header Content-Type application/json
respond "{ \"m.homeserver\": { \"base_url\": \"https://matrix.chir.rs\" } }" 200
}
'';
};