Revert "matrix: configure sliding sync proxy"

This reverts commit 67cd1b08b5.
This commit is contained in:
Charlotte Van Petegem 2024-06-17 10:46:35 +02:00
parent 67cd1b08b5
commit 0f844c8bb2
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 27 additions and 55 deletions

View file

@ -102,7 +102,7 @@
root = pkgs.runCommand "well-known-matrix" { } ''
mkdir -p $out/.well-known/matrix
echo '{"m.server":"matrix.vanpetegem.me:443"}' > $out/.well-known/matrix/server
echo '{"m.homeserver":{"base_url":"https://matrix.vanpetegem.me"},"org.matrix.msc3575.proxy":{"url":"https://matrix-sync.vanpetegem.me"}}' > $out/.well-known/matrix/client
echo '{"m.homeserver":{"base_url":"https://matrix.vanpetegem.me"}}' > $out/.well-known/matrix/client
'';
extraConfig = ''
default_type application/json;