meta: Add .well-known for Matrix

Without this, our homeserver will not federate properly.
This commit is contained in:
Lux Aliaga 2023-06-22 23:07:02 -04:00
parent 989878e4d2
commit 3e54eae618
Signed by: lux
GPG Key ID: 5A400026ED2F57FD
2 changed files with 21 additions and 0 deletions

18
.well-known/matrix/client Normal file
View File

@ -0,0 +1,18 @@
{
"m.homeserver": {
"base_url": "https://matrix.mint.lgbt"
}
,
"m.identity_server": {
"base_url": "https://matrix.mint.lgbt"
}
,
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
},
"im.vector.riot.e2ee": {
"default": true
}
}

View File

@ -0,0 +1,3 @@
{
"m.server": "matrix.mint.lgbt:8448"
}