mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Marix: add well-known support, format wk client
This commit is contained in:
parent
fa6de41991
commit
0e876142cc
2 changed files with 20 additions and 1 deletions
|
@ -1 +1,11 @@
|
|||
{"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"}}
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
9
static/.well-known/matrix/support
Normal file
9
static/.well-known/matrix/support
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"contacts": [
|
||||
{
|
||||
"email_address": "seirdy@seirdy.one",
|
||||
"matrix_id": "@seirdy:seirdy.one",
|
||||
"role": "m.role.admin"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue