From 18abcb72c1321f0db47a76a594c24ec59327d1fe Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Mon, 21 Feb 2022 17:06:06 +0100 Subject: [PATCH] Synchronise manifest with example_ynh --- manifest.json | 103 ++++++++++++++++++++++++-------------------------- 1 file changed, 50 insertions(+), 53 deletions(-) diff --git a/manifest.json b/manifest.json index 664777c..e6f2fe1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,55 +1,52 @@ { - "name": "Diaspora", - "id": "diaspora", - "url": "https://diasporafoundation.org", - "packaging_format": 1, - "description": { - "en": "Distributed social networking service", - "fr": "Service de réseau social distribué" - }, - "license": "AGPL-3.0", - "version": "0.7.14.0~ynh2", - "maintainer": { - "name": "rafi59", - "email": "" - }, - "requirements": { - "yunohost": ">= 3.8.1" - }, - "multi_instance": true, - "services": [ - "nginx", - "postgresql" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain for diaspora* (it needs its own domain)", - "fr": "Choisissez un domaine pour diaspora* (diaspora* a besoin de son propre domaine)" - }, - "example": "domain.org" - }, - { - "name": "admin", - "type": "user", - "ask": { - "en": "Choose the diaspora* administrator (must be an existing YunoHost user)", - "fr": "Choisissez l'administrateur de diaspora* (doit être un utilisateur YunoHost)" - }, - "example": "johndoe" - }, - { - "name": "admin_password", - "type": "password", - "ask": { - "en": "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()').", - "fr": "Mot de passe pour l’administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')." - }, - "optional": false - } - ] - } + "name": "Diaspora", + "id": "diaspora", + "packaging_format": 1, + "description": { + "en": "Distributed social networking service", + "fr": "Service de réseau social distribué" + }, + "version": "0.7.16.0~ynh1", + "url": "https://diasporafoundation.org", + "upstream": { + "license": "AGPL-3.0", + "website": "https://diasporafoundation.org/", + "admindoc": "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers", + "userdoc": "https://wiki.diasporafoundation.org/FAQ_for_users", + "code": "https://github.com/diaspora/diaspora" + }, + "license": "AGPL-3.0", + "maintainer": { + "name": "rafi59", + "email": "" + }, + "requirements": { + "yunohost": ">= 4.3.0" + }, + "multi_instance": true, + "services": [ + "nginx", + "postgresql" + ], + "arguments": { + "install" : [ + { + "name": "domain", + "type": "domain" + }, + { + "name": "admin", + "type": "user" + }, + { + "name": "admin_password", + "type": "password", + "ask": { + "en": "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()').", + "fr": "Mot de passe pour l’administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')." + }, + "optional": false + } + ] + } }