aboutsummaryrefslogtreecommitdiff
path: root/app/config
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-09-18 19:55:48 +0200
committerQuentin <quentin@deuxfleurs.fr>2020-09-18 19:55:48 +0200
commitf8682668c210fe0a5585620adf0ad498f7370bec (patch)
treefa884e9d63b1d47ac9ac4618bed48b67345519cd /app/config
parent09fc30214da3febbf9c06a81bd52701f370be67e (diff)
downloadinfrastructure-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/config')
-rw-r--r--app/config/configuration/chat/riot_web/config.json34
1 files changed, 29 insertions, 5 deletions
diff --git a/app/config/configuration/chat/riot_web/config.json b/app/config/configuration/chat/riot_web/config.json
index 5844afc..9c898f0 100644
--- a/app/config/configuration/chat/riot_web/config.json
+++ b/app/config/configuration/chat/riot_web/config.json
@@ -1,6 +1,13 @@
{
- "default_hs_url": "https://im.deuxfleurs.fr",
- "default_is_url": "https://vector.im",
+ "default_server_config": {
+ "m.homeserver": {
+ "base_url": "https://im.deuxfleurs.fr",
+ "server_name": "deuxfleurs.fr"
+ },
+ "m.identity_server": {
+ "base_url": "https://vector.im"
+ }
+ },
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
@@ -8,16 +15,33 @@
"brand": "Deuxfleurs",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
- "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
+ "integrations_widgets_urls": [
+ "https://scalar.vector.im/_matrix/integrations/v1",
+ "https://scalar.vector.im/api",
+ "https://scalar-staging.vector.im/_matrix/integrations/v1",
+ "https://scalar-staging.vector.im/api",
+ "https://scalar-staging.riot.im/scalar/api"
+ ],
+ "bug_report_endpoint_url": "https://element.io/bugreports/submit",
+ "defaultCountryCode": "FR",
+ "showLabsSettings": true,
"features": {
+ "feature_new_spinner": true,
"feature_groups": "labs",
"feature_pinning": "labs"
},
"default_federate": true,
- "welcomePageUrl": "home.html",
"default_theme": "light",
"roomDirectory": {
- "servers": [ "im.deuxfleurs.fr", "matrix.org" ]
+ "servers": [
+ "deuxfleurs.fr",
+ "matrix.org",
+ "tedomum.net",
+ "zinz.dev"
+ ]
+ },
+ "settingDefaults": {
+ "breadcrumbs": true
},
"jitsi": {
"preferredDomain": "jitsi.deuxfleurs.fr"