forked from pub-solar/pub.solar
Add well-known for matrix federation
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-well-known.md#configuring-service-discovery-via-well-known
This commit is contained in:
parent
58dcb5b50f
commit
72efeba00f
24
.well-known/matrix/client
Normal file
24
.well-known/matrix/client
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"m.server": "matrix.pub.solar:8448"
|
||||||
|
}
|
Loading…
Reference in a new issue