mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-09 16: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:
parent
4a11ca9f39
commit
b1cc2f135d
3 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
.well-known/tr*
|
||||
.well-known/matrix/
|
||||
.well-known/acme-challenge/
|
||||
_*
|
||||
misc/
|
||||
|
|
1
static/.well-known/matrix/client
Normal file
1
static/.well-known/matrix/client
Normal 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"}}
|
1
static/.well-known/matrix/server
Normal file
1
static/.well-known/matrix/server
Normal file
|
@ -0,0 +1 @@
|
|||
{ "m.server": "matrix.seirdy.one:443" }
|
Loading…
Reference in a new issue