From 2c8edfb5634fd88684a0f612fb78a44d5abd1573 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 12:23:58 +0100 Subject: [PATCH] add pre-requires version of yuno and help for public mode --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4816e75..eedd88d 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "url": "http://www.librement-votre.fr" }, "requirements": { - "yunohost": ">= 2.7.14" + "yunohost": ">= 3.4.2" }, "multi_instance": false, "services": [ @@ -61,6 +61,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": false }, {