From 4e21438882a15d30d9c2b5670cbe331f06c6a083 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 09:36:00 +0100 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifest.json b/manifest.json index 6195f66..05161a9 100644 --- a/manifest.json +++ b/manifest.json @@ -29,12 +29,6 @@ "type": "domain", "example": "example.com" }, - { - "name": "path", - "type": "path", - "example": "/", - "default": "/" - }, { "name": "is_public", "type": "boolean", From 9cb49d89d9b918741d34a4f835419e495e716e66 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 09:36:25 +0100 Subject: [PATCH 2/2] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8806444..0e76c14 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="/" is_public=$YNH_APP_ARG_IS_PUBLIC ### If it's a multi-instance app, meaning it can be installed several times independently