diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-18 19:55:48 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-18 19:55:48 +0200 |
commit | f8682668c210fe0a5585620adf0ad498f7370bec (patch) | |
tree | fa884e9d63b1d47ac9ac4618bed48b67345519cd /app/build/riotweb | |
parent | 09fc30214da3febbf9c06a81bd52701f370be67e (diff) | |
download | infrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.tar.gz infrastructure-f8682668c210fe0a5585620adf0ad498f7370bec.zip |
Upgrade Element Web to new config.json
- Display deuxfleurs.fr and not im.deuxfleurs.fr on login screen
- Remove broken welcome page on login
- Set our jitsi instance
- Add more servers in the room discovery page
Diffstat (limited to 'app/build/riotweb')
-rw-r--r-- | app/build/riotweb/config.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/build/riotweb/config.json b/app/build/riotweb/config.json deleted file mode 100644 index 8ce8e4c..0000000 --- a/app/build/riotweb/config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "default_hs_url": "https://im.deuxfleurs.fr", - "default_is_url": "https://vector.im", - "disable_custom_urls": false, - "disable_guests": false, - "disable_login_language_selector": false, - "disable_3pid_login": false, - "brand": "Deuxfleurs", - "integrations_ui_url": "https://scalar.vector.im/", - "integrations_rest_url": "https://scalar.vector.im/api", - "integrations_jitsi_widget_url": "https://scalar.vector.im/api/widgets/jitsi.html", - "bug_report_endpoint_url": "https://riot.im/bugreports/submit", - "features": { - "feature_groups": "labs", - "feature_pinning": "labs" - }, - "default_federate": true, - "welcomePageUrl": "home.html", - "default_theme": "light", - "roomDirectory": { - "servers": [ "im.deuxfleurs.fr", "matrix.org" ] - } -} - |