From d571c8fb7b4d63f09f868b55657ee5d5e34c0976 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Oct 2022 10:01:19 +0200 Subject: [PATCH] Fix --- check_process | 26 +++++++++++++++----------- manifest.json | 4 ++-- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/check_process b/check_process index 801237e..0a56d22 100644 --- a/check_process +++ b/check_process @@ -1,25 +1,29 @@ ;; Test complet ; Manifest - domain="sub.domain.tld" - path="/" - backend="domain.tld" + domain="domain.tld" + path="/path" is_public=1 + language="fr" + admin="john" + password="1Strong-Password" + port="666" ; Checks pkg_linter=1 - setup_sub_dir=0 + setup_sub_dir=1 setup_root=1 setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 + #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=0 + multi_instance=1 port_already_use=0 - change_url=0 - ; Checks - setup_sub_dir=1 - upgrade=1 - backup_restore=1 + change_url=1 ;;; Options Email= -Notification=change +Notification=none +;;; Upgrade options + ; commit=CommitHash + name=Name and date of the commit. + manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& diff --git a/manifest.json b/manifest.json index 12b177f..9aa237e 100755 --- a/manifest.json +++ b/manifest.json @@ -39,8 +39,8 @@ "name": "backend", "type": "domain", "ask": { - "en": "The root domain of pleroma instance installed", - "fr": "The root domain of pleroma instance installed" + "en": "The root domain of Pleroma instance installed", + "fr": "Le domaine racine de l'instance Pleroma installé" } }, {