Move .well-known to files, and add /.well-known/matrix/support
This commit is contained in:
5
matrix_well_known/client.json
Normal file
5
matrix_well_known/client.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.boba.best"
|
||||
}
|
||||
}
|
3
matrix_well_known/server.json
Normal file
3
matrix_well_known/server.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "matrix.boba.best:443"
|
||||
}
|
14
matrix_well_known/support.json
Normal file
14
matrix_well_known/support.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user