From e710a6bc5ff88d66773ae0921273061f3aff6075 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Jul 2021 18:55:07 +0200 Subject: [PATCH] fix --- scripts/install | 1 + sources/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 369993a..e9505c6 100755 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC +maindomain=$(yunohost domain main-domain) app=$YNH_APP_INSTANCE_NAME diff --git a/sources/index.html b/sources/index.html index 40e2146..4e76fb9 100644 --- a/sources/index.html +++ b/sources/index.html @@ -52,6 +52,7 @@ auto_away: 300, auto_reconnect: true, bosh_service_url: 'https://__DOMAIN____PATH__/http-bind', + default_domain: '__MAINDOMAIN__', message_archiving: 'always', view_mode: 'fullscreen', assets_path: '/dist/',