From 2d68fc966ff5a7416844bca2492e42156e184d1c Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 17 Jun 2018 23:48:29 +0530 Subject: [PATCH] App can only be installed on dedicated domain --- check_process | 3 +-- manifest.json | 10 ---------- scripts/install | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/check_process b/check_process index 9443a01..8f1cf5c 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 ce0a6bf..85a5588 100644 --- a/manifest.json +++ b/manifest.json @@ -33,16 +33,6 @@ }, "example": "example.com" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Firefly3", - "fr": "Choisissez un chemin pour Firefly3" - }, - "example": "/example", - "default": "/firefly" - }, { "name": "admin", "type": "user", diff --git a/scripts/install b/scripts/install index b8c25c1..51bcd2a 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