mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-24 23:23:17 +00:00
Adiciona well-known matrix client
This commit is contained in:
parent
28ca8e01a5
commit
3106fa8eaf
30
static/.well-known/matrix/client
Normal file
30
static/.well-known/matrix/client
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"im.vector.riot.e2ee": {
|
||||
"default": true
|
||||
},
|
||||
"im.vector.riot.jitsi": {
|
||||
"preferredDomain": "jitsi.ansol.org"
|
||||
},
|
||||
"io.element.e2ee": {
|
||||
"default": true,
|
||||
"secure_backup_required": false,
|
||||
"secure_backup_setup_methods": []
|
||||
},
|
||||
"io.element.jitsi": {
|
||||
"preferredDomain": "jitsi.ansol.org"
|
||||
},
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.ansol.org"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://matrix.ansol.org"
|
||||
},
|
||||
"m.integrations": {
|
||||
"managers": [
|
||||
{
|
||||
"api_url": "https://dimension.ansol.org/api/v1/scalar",
|
||||
"ui_url": "https://dimension.ansol.org/element"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user