From 4c91b9a9f499033910efd2b16c6553e8f6eb7eef Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 02:17:05 -0400 Subject: [PATCH] basic updates --- conf/.env.template | 2 +- manifest.json | 11 ++--------- scripts/install | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/conf/.env.template b/conf/.env.template index a652d7d..32aa836 100644 --- a/conf/.env.template +++ b/conf/.env.template @@ -46,7 +46,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5 # If base URL is something other than just / (you are serving a subfolder in your proxy for instance http://recipe_app/recipes/) # Be sure to not have a trailing slash: e.g. '/recipes' instead of '/recipes/' -SCRIPT_NAME=__PATH__ +#SCRIPT_NAME=__PATH__ # If staticfiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder diff --git a/manifest.json b/manifest.json index 37fb067..e20a43e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" }, - "version": "1.0~ynh1", + "version": "1.3.3~ynh1", "url": "https://example.com", "upstream": { "license": "free", @@ -26,9 +26,7 @@ }, "multi_instance": true, "services": [ - "nginx", - "php7.3-fpm", - "mysql" + "nginx" ], "arguments": { "install": [ @@ -41,11 +39,6 @@ "type": "path", "example": "/tandoor", "default": "/tandoor" - }, - { - "name": "is_public", - "type": "boolean", - "default": true } ] } diff --git a/scripts/install b/scripts/install index 73168db..eb0e8c1 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url=/ #$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC app=$YNH_APP_INSTANCE_NAME