Move .well-known to files, and add /.well-known/matrix/support

This commit is contained in:
2021-08-15 14:00:27 -05:00
parent 50b3ca2839
commit 8e024579e9
4 changed files with 26 additions and 10 deletions

View File

@ -0,0 +1,5 @@
{
"m.homeserver": {
"base_url": "https://matrix.boba.best"
}
}

View File

@ -0,0 +1,3 @@
{
"m.server": "matrix.boba.best:443"
}

View File

@ -0,0 +1,14 @@
{
"admins": [
{
"matrix_id": "@bbaovanc:boba.best",
"email_address": "abuse@boba.best",
"role": "admin"
},
{
"matrix_id": "@bbaovanc:matrix.org",
"role": "backup"
}
],
"support_page": "https://matrix.to/#/#support:boba.best"
}