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