forked from unitoo/website
matrix well-known
This commit is contained in:
parent
157bf0cd1f
commit
6142e0e154
3 changed files with 22 additions and 1 deletions
18
.well-known/matrix/client
Normal file
18
.well-known/matrix/client
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.unitoo.it"
|
||||
}
|
||||
,
|
||||
"m.identity_server": {
|
||||
"base_url": "https://matrix.unitoo.it"
|
||||
}
|
||||
,
|
||||
"io.element.e2ee": {
|
||||
"default": true,
|
||||
"secure_backup_required": false,
|
||||
"secure_backup_setup_methods": []
|
||||
},
|
||||
"im.vector.riot.e2ee": {
|
||||
"default": true
|
||||
}
|
||||
}
|
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"m.server": "matrix.unitoo.it:8448"
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue