mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-25 15:43:17 +00:00
Merge branch 'well-known/matrix-client' into 'master'
Adiciona well-known matrix client See merge request ansol/web-ansol.org!58
This commit is contained in:
commit
53b263955f
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