From ba9fc7c9db1c0d80c1e920ff001c245299c7d55d Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 13:35:57 -0400 Subject: [PATCH] ask correct question --- manifest.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index e20a43e..b7d0c4a 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.3.3~ynh1", + "version": "1.0~ynh1", "url": "https://example.com", "upstream": { "license": "free", @@ -26,7 +26,9 @@ }, "multi_instance": true, "services": [ - "nginx" + "nginx", + "php7.3-fpm", + "mysql" ], "arguments": { "install": [ @@ -35,10 +37,9 @@ "type": "domain" }, { - "name": "path", - "type": "path", - "example": "/tandoor", - "default": "/tandoor" + "name": "is_public", + "type": "boolean", + "default": true } ] }