From fd80be5bafe50800c148071ec45a649777c2c08c Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 28 Jun 2016 15:42:07 +0200 Subject: [PATCH] YunoHost 2.4 --- manifest.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 67d0268..ee8093b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,15 @@ { + "packaging_format": 1, "name": "Rainloop", "id": "rainloop", "description": { - "en": "Lightweight webmail", - "fr": "Webmail leger" + "en": "Lightweight multi-account webmail", + "fr": "Webmail léger multi-comptes" }, "url": "http://rainloop.net/", "license": "free", "maintainer": { - "name": "scith, Djip007", - "email": "none@domaine.org" + "name": "scith, Djip007" }, "multi_instance": "false", "services": [ @@ -17,6 +17,9 @@ "php5-fpm", "mysql" ], + "requirements": { + "yunohost": ">= 2.4.0" + } "arguments": { "install" : [ { @@ -38,7 +41,7 @@ "example": "/rainloop", "default": "/rainloop" }, - { + { "name": "is_public", "ask": { "en": "Is it a public application?", @@ -46,16 +49,16 @@ }, "choices": ["Yes", "No"], "default": "No" - }, - { + }, + { "name": "password", "type": "password", "ask": { "en": "Choose a strong password for the 'admin' user", "fr": "Choisissez un mot de passe fort pour l'administrateur 'admin'" } - }, - { + }, + { "name": "ldap", "ask": { "en": "Do you want to add YunoHost users to the recipients suggestions?", @@ -63,8 +66,8 @@ }, "choices": ["Yes", "No"], "default": "Yes" - }, - { + }, + { "name": "lang", "ask": { "en": "Select default language", @@ -72,7 +75,7 @@ }, "choices": ["English", "Francais"], "default": "English" - } + } ] } }