Revert "matrix: configure sliding sync proxy"
This reverts commit 67cd1b08b5
.
This commit is contained in:
parent
67cd1b08b5
commit
0f844c8bb2
5 changed files with 27 additions and 55 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue