From 148e56a20f645eed971d6c45c3cfea8b3b0b1d68 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:24:41 +0200 Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?= =?UTF-8?q?eration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 127 ++++++++++++++++++++++++++------------------------ 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/manifest.json b/manifest.json index 187388e..e0947ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,63 +1,66 @@ { - "name": "Kanboard", - "id": "kanboard", - "packaging_format": 1, - "description": { - "en": "Kanban project management software", - "fr": "Logiciel de gestion de projet Kanban" - }, - "version": "1.2.22~ynh1", - "url": "https://kanboard.net", - "upstream": { - "license": "MIT", - "website": "https://kanboard.net", - "demo": "https://demo.yunohost.org/kanboard/", - "admindoc": "https://docs.kanboard.org/en/latest/", - "code": "https://github.com/kanboard/kanboard" - }, - "license": "MIT", - "maintainer": { - "name": "", - "email": "" - }, - "requirements": { - "yunohost": ">= 4.3.0" - }, - "previous_maintainers": [{ - "name": "mbugeia", - "email": "maxime@max.privy.place" - }, - { - "name": "jibec", - "email": "jean-baptiste@holcroft.fr" - }], - "multi_instance": true, - "services": [ - "nginx", - "php8.0-fpm", - "mysql" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "example": "/kanboard", - "default": "/kanboard" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "is_public", - "type": "boolean", - "default": false - } - ] - } -} + "name": "Kanboard", + "id": "kanboard", + "packaging_format": 1, + "description": { + "en": "Kanban project management software", + "fr": "Logiciel de gestion de projet Kanban" + }, + "version": "1.2.22~ynh1", + "url": "https://kanboard.net", + "upstream": { + "license": "MIT", + "website": "https://kanboard.net", + "demo": "https://demo.yunohost.org/kanboard/", + "admindoc": "https://docs.kanboard.org/en/latest/", + "code": "https://github.com/kanboard/kanboard", + "cpe": "cpe:2.3:a:kanboard:kanboard" + }, + "license": "MIT", + "maintainer": { + "name": "", + "email": "" + }, + "requirements": { + "yunohost": ">= 4.3.0" + }, + "previous_maintainers": [ + { + "name": "mbugeia", + "email": "maxime@max.privy.place" + }, + { + "name": "jibec", + "email": "jean-baptiste@holcroft.fr" + } + ], + "multi_instance": true, + "services": [ + "nginx", + "php8.0-fpm", + "mysql" + ], + "arguments": { + "install": [ + { + "name": "domain", + "type": "domain" + }, + { + "name": "path", + "type": "path", + "example": "/kanboard", + "default": "/kanboard" + }, + { + "name": "admin", + "type": "user" + }, + { + "name": "is_public", + "type": "boolean", + "default": false + } + ] + } +} \ No newline at end of file