From ab820615ab30623cd6b2ffddd529cde978ae5a38 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 10 Aug 2018 14:40:39 +0200 Subject: [PATCH] Improve manifest --- manifest.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index b72daa1..18d6f28 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,16 @@ { "name": "Movim", "id": "movim", + "packaging_format": 1, "description": { "en": "The Kickass Social Network" }, + "version": "0.13.0~ynh1", + "requirements": { + "yunohost": ">= 3.0" + }, "url": "https://movim.eu/", - "license": "AGPL-3", + "license": "AGPL-3.0-or-later", "maintainer": { "name": "src386", "email": "soyouz@src386.org", @@ -22,19 +27,19 @@ "install" : [ { "name": "domain", - "type": "domain", + "type": "domain", "ask": { "en": "Domain of the pod", - "fr": "Domaine du pod" + "fr": "Domaine du pod" }, "example": "domain.org" }, { "name": "path", - "type": "path", + "type": "path", "ask": { "en": "Path to the pod", - "fr": "Chemin vers le pod" + "fr": "Chemin vers le pod" }, "example": "/movim", "default": "/movim" @@ -44,20 +49,20 @@ "type": "user", "ask": { "en": "Pod administrator", - "fr": "Administrateur du pod" + "fr": "Administrateur du pod" }, "example": "homer" }, { "name": "password", - "type": "password", + "type": "password", "ask": { "en": "Administrator password", "fr": "Mot de passe administrateur" }, "example" : "password" }, - { + { "name": "language", "ask": { "en": "Pod language", @@ -70,16 +75,16 @@ "name": "ssoenabled", "ask": { "en": "Enable SSO support (autologin) ?", - "fr": "Activer le support SSO (connexin auto) ?" + "fr": "Activer le support SSO (connexin auto) ?" }, "choices": ["Yes", "No"], - "default": "Yes" + "default": "Yes" }, - { + { "name": "port", "ask": { "en": "Movim daemon port (internal only)", - "fr": "Port du daemon Movim (interne uniquement)" + "fr": "Port du daemon Movim (interne uniquement)" }, "default": "9537" }