teutat3s 2022-05-01 00:00:17 +02:00
parent 58dcb5b50f
commit 72efeba00f
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 27 additions and 0 deletions

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

@ -0,0 +1,24 @@
{
"im.vector.riot.e2ee": {
"default": true
},
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
},
"m.homeserver": {
"base_url": "https://matrix.pub.solar"
},
"m.identity_server": {
"base_url": "https://matrix.pub.solar"
},
"m.integrations": {
"managers": [
{
"api_url": "https://dimension.pub.solar/api/v1/scalar",
"ui_url": "https://dimension.pub.solar/element"
}
]
}
}

View File

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