From f8682668c210fe0a5585620adf0ad498f7370bec Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 18 Sep 2020 19:55:48 +0200 Subject: 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 --- app/build/docker-compose.yml | 4 ++-- app/build/riotweb/config.json | 24 ------------------------ 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 app/build/riotweb/config.json (limited to 'app/build') 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" ] - } -} - -- cgit v1.2.3