From b1cc2f135dd1dac03c7711fa835ec7e26f3b00ea Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 12 Mar 2024 20:29:39 -0400 Subject: [PATCH] Add well-known matrix responses to repo They used to be in my nginx configs. make them static files instead. --- .rsyncignore | 1 - static/.well-known/matrix/client | 1 + static/.well-known/matrix/server | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/.well-known/matrix/client create mode 100644 static/.well-known/matrix/server 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" }