diff --git a/check_process b/check_process index 09d8bdb..9d2dd76 100644 --- a/check_process +++ b/check_process @@ -6,12 +6,11 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) admin="john" (USER) is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/manifest.json b/manifest.json index 1f7b82c..47f988f 100644 --- a/manifest.json +++ b/manifest.json @@ -34,16 +34,6 @@ }, "example": "example.com" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Kimai2", - "fr": "Choisissez un chemin pour Kimai2" - }, - "example": "/example", - "default": "/Kimai" - }, { "name": "admin", "type": "user", diff --git a/scripts/install b/scripts/install index 00dc702..2d24840 100755 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC admin_pass=$(ynh_string_random 24)