.well-known/matrix update
This commit is contained in:
parent
29b26f11f1
commit
e6a3f94355
3 changed files with 22 additions and 0 deletions
12
.well-known/matrix/client
Normal file
12
.well-known/matrix/client
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"m.homeserver": {
|
||||||
|
"base_url": "https://matrix-server.lermer.nl"
|
||||||
|
},
|
||||||
|
"m.identity_server": {
|
||||||
|
"base_url": "https://matrix.org"
|
||||||
|
},
|
||||||
|
"org.matrix.msc3575.proxy": {
|
||||||
|
"url": "https://matrix-server-sync.lermer.nl"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
1
.well-known/matrix/server
Normal file
1
.well-known/matrix/server
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ "m.server": "matrix-server.lermer.nl:443" }
|
9
.well-known/matrix/support
Normal file
9
.well-known/matrix/support
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"contacts": [
|
||||||
|
{
|
||||||
|
"email_address": "mathijs@lermer.nl",
|
||||||
|
"matrix_id": "@mathijs:lermer.nl",
|
||||||
|
"role": "admin"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue