From a60c45bcebee385c0bb9c6e6d96cda4fa3372329 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 09:10:28 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index a8dff1c..9f737a3 100644 --- a/manifest.json +++ b/manifest.json @@ -19,37 +19,25 @@ "multi_instance": true, "services": [ "nginx", - "php7.0-fpm", + "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { - "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain name for Lychee", - "fr": "Choisissez un nom de domaine pour Lychee" - }, + "name": "domain", + "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Lychee", - "fr": "Choisissez un chemin pour Lychee" - }, "example": "/lychee", "default": "/lychee" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "help": { "en": "If enabled, Lychee will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Lychee sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."