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 | |
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')
-rw-r--r-- | app/build/docker-compose.yml | 4 | ||||
-rw-r--r-- | app/build/riotweb/config.json | 24 |
2 files changed, 2 insertions, 26 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index b10445a..d96833c 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -7,8 +7,8 @@ services: context: ./riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.5 - image: superboum/amd64_riotweb:v15 + VERSION: 1.7.7 + image: superboum/amd64_riotweb:v16 synapse: build: 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" ] - } -} - |