diff --git a/.rsyncignore b/.rsyncignore index 7af5c67..f6070f5 100644 --- a/.rsyncignore +++ b/.rsyncignore @@ -1,5 +1,4 @@ .well-known/tr* -.well-known/matrix/ .well-known/acme-challenge/ _* misc/ diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..81b06fe --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1 @@ +{"m.server":{"base_url":"https://matrix.seirdy.one"},"m.homeserver":{"base_url":"https://matrix.seirdy.one"},"org.matrix.msc3575.proxy":{"url":"https://matrix.seirdy.one"}} diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server new file mode 100644 index 0000000..8db8a6b --- /dev/null +++ b/static/.well-known/matrix/server @@ -0,0 +1 @@ +{ "m.server": "matrix.seirdy.one:443" }