From a25744e2c1f2c99bdfcd25743c95fb0f60b596f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:45:51 +0100 Subject: [PATCH] subfolder --- manifest.json | 6 ++++++ scripts/install | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e8a2e4e..6c8c081 100644 --- a/manifest.json +++ b/manifest.json @@ -34,6 +34,12 @@ "name": "domain", "type": "domain" }, + { + "name": "path", + "type": "path", + "example": "/2fauth", + "default": "/2fauth" + }, { "name": "admin", "type": "user" diff --git a/scripts/install b/scripts/install index 47c0c27..97be7dd 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url="/" +path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC phpversion=$YNH_PHP_VERSION admin=$YNH_APP_ARG_ADMIN