mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-24 23:19:38 -05:00
Pull Matrix server configuration (#1656)
This commit is contained in:
parent
605b0fd954
commit
a7505190d4
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
@ -55,6 +55,12 @@ jobs:
|
|||||||
mv .well-known site/
|
mv .well-known site/
|
||||||
pipenv run mkdocs --version
|
pipenv run mkdocs --version
|
||||||
|
|
||||||
|
- name: Matrix homeserver configuration
|
||||||
|
run: |
|
||||||
|
mkdir -p site/.well-known/matrix
|
||||||
|
curl -o site/.well-known/matrix/server https://matrix.privacyguides.org/.well-known/matrix/server
|
||||||
|
curl -o site/.well-known/matrix/client https://matrix.privacyguides.org/.well-known/matrix/client
|
||||||
|
|
||||||
- name: Package website
|
- name: Package website
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"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.privacyguides.org"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"m.server": "matrix.privacyguides.org:8448"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user