1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add well-known matrix responses to repo

They used to be in my nginx configs. make them static files instead.
This commit is contained in:
Rohan Kumar 2024-03-12 20:29:39 -04:00
parent 4a11ca9f39
commit b1cc2f135d
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,4 @@
.well-known/tr* .well-known/tr*
.well-known/matrix/
.well-known/acme-challenge/ .well-known/acme-challenge/
_* _*
misc/ misc/

View file

@ -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"}}

View file

@ -0,0 +1 @@
{ "m.server": "matrix.seirdy.one:443" }