From 839e43c6b1634b45d65e67bee780c699f74ef3ec Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 6 Jun 2021 19:44:30 +0200 Subject: [PATCH] Bump yunohost requirement to 4.1, remove unecessary ask strings --- manifest.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index bc99930..120fc66 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "name": "" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.0" }, "multi_instance": true, "services": [ @@ -26,18 +26,14 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for your ZAP hub. ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld", - "fr": "Indiquez un domain pour ZAP. ZAP doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple zap.domain.tld." + "help": { + "en": "ZAP must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as zap.domain.tld", + "fr": "ZAP doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple zap.domain.tld." } }, { "name": "admin", - "type": "user", - "ask": { - "en": "Choose the ZAP administrator (must be an existing YunoHost user)", - "fr": "Choisissez l'administrateur de ZAP (doit être un utilisateur YunoHost existant)" - } + "type": "user" }, { "name": "database",