diff --git a/check_process b/check_process index a01e917..fd611b1 100644 --- a/check_process +++ b/check_process @@ -2,7 +2,7 @@ ; Manifest domain="domain.tld" path="/path" - default_home_server="matrix.org" + default_home_server="matrix-client.matrix.org" is_public=1 ; Checks pkg_linter=1 @@ -15,7 +15,6 @@ upgrade=1 from_commit=34d457d13e526997fddb8348650674a7db2247be backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Upgrade options ;;; Upgrade options @@ -23,4 +22,4 @@ name=34d457d13e526997fddb8348650674a7db2247be manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& - \ No newline at end of file + \ No newline at end of file diff --git a/conf/config.json b/conf/config.json index e72f039..500cc1b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,7 @@ { "default_server_config": { "m.homeserver": { - "base_url": "__DEFAULT_HOME_SERVER__", + "base_url": "https://__DEFAULT_HOME_SERVER__", "server_name": "matrix.org" }, "m.identity_server": { @@ -24,10 +24,10 @@ ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", "defaultCountryCode": "GB", - "showLabsSettings": "__ENABLE_LABS__", + "showLabsSettings": false, "features": { }, "default_federate": true, - "default_theme": "__DEFAULT_THEME__", + "default_theme": "light", "roomDirectory": { "servers": [ "matrix.org" @@ -47,7 +47,7 @@ "breadcrumbs": true }, "jitsi": { - "preferredDomain": "jitsi.riot.im" + "preferredDomain": "meet.element.io" } } diff --git a/manifest.json b/manifest.json index bf1abc0..12bd0e5 100644 --- a/manifest.json +++ b/manifest.json @@ -46,8 +46,8 @@ "en": "Choose a default home server", "fr": "Choisissez un serveur par défault" }, - "example": "https://my-own-homeserver.tld", - "default": "https://matrix.org" + "example": "my-own-homeserver.tld", + "default": "matrix-client.matrix.org" }, { "name": "is_public",