diff --git a/check_process b/check_process index e0ee37e..279c4ba 100644 --- a/check_process +++ b/check_process @@ -17,7 +17,7 @@ upgrade=1 from_commit=aaa9c9534b01a210989aceb4ad4d2b9c585be6df upgrade=1 from_commit=12ee6097f4f48e6fb765afbe25dd10345e9c8adb backup_restore=1 - multi_instance=0 + multi_instance=1 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 4f96754..546f8d0 100644 --- a/manifest.json +++ b/manifest.json @@ -24,14 +24,15 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx", "php8.0-fpm", "mysql" ], "arguments": { - "install": [{ + "install": [ + { "name": "domain", "type": "domain" }, @@ -52,7 +53,20 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["de", "en", "es_ES", "fa", "fr", "it", "lt", "nl", "pl", "pt_PT", "uk", "zh_CN"], + "choices": [ + "de", + "en", + "es_ES", + "fa", + "fr", + "it", + "lt", + "nl", + "pl", + "pt_PT", + "uk", + "zh_CN" + ], "default": "en" }, { @@ -66,4 +80,4 @@ } ] } -} +} \ No newline at end of file diff --git a/scripts/install b/scripts/install index 6ba3d02..635be25 100644 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ chown $app:$app $final_path/.env #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring permissions..." --weight=50 +ynh_script_progression --message="Configuring permissions..." --weight=1 # Make app public if necessary if [ $is_public -eq 1 ]