From db2798fd0d58465e11f6c7758ab54415f8fb5946 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 12:19:34 +0100 Subject: [PATCH] addd help for public option and pre-requires version of yuno --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 56ceb13..1c901e6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "YunoHost port for Zabbix", "fr": "Zabbix pour Yunohost" }, - "version": "1.2.1", + "version": "2.0.0", "url": "https://framagit.org/Mickael-Martin/zabbix_ynh", "license": "free", "maintainer": { @@ -15,7 +15,7 @@ "url": "http://www.librement-votre.fr" }, "requirements": { - "yunohost": ">= 2.7.14" + "yunohost": ">= 3.4.2" }, "multi_instance": false, "services": [ @@ -60,6 +60,10 @@ "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, + "help": { + "en": "A public app doesn't need SSO auth : the auth page is opened for everyone", + "fr": "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte au monde entier" + }, "default": true }, {