missing directory
This commit is contained in:
parent
6142e0e154
commit
fded960ce2
4 changed files with 23 additions and 1 deletions
|
@ -7,6 +7,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
author: Unitoo
|
author: Unitoo
|
||||||
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
|
exclude: ["README.md", "Gemfile.lock", "Gemfile", "tag-generator.py"]
|
||||||
|
include: [".well-known"]
|
||||||
url: "https://www.unitoo.it"
|
url: "https://www.unitoo.it"
|
||||||
future: true
|
future: true
|
||||||
|
|
||||||
|
|
18
_site/.well-known/matrix/client
Normal file
18
_site/.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
_site/.well-known/matrix/server
Normal file
3
_site/.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