1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

[autopatch] Add Common Platform Enumeration id to manifest.json

This commit is contained in:
Yunohost-Bot 2022-08-07 20:24:41 +02:00 committed by Alexandre Aubin
parent 1b185a7122
commit 148e56a20f

View file

@ -1,63 +1,66 @@
{ {
"name": "Kanboard", "name": "Kanboard",
"id": "kanboard", "id": "kanboard",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Kanban project management software", "en": "Kanban project management software",
"fr": "Logiciel de gestion de projet Kanban" "fr": "Logiciel de gestion de projet Kanban"
}, },
"version": "1.2.22~ynh1", "version": "1.2.22~ynh1",
"url": "https://kanboard.net", "url": "https://kanboard.net",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"website": "https://kanboard.net", "website": "https://kanboard.net",
"demo": "https://demo.yunohost.org/kanboard/", "demo": "https://demo.yunohost.org/kanboard/",
"admindoc": "https://docs.kanboard.org/en/latest/", "admindoc": "https://docs.kanboard.org/en/latest/",
"code": "https://github.com/kanboard/kanboard" "code": "https://github.com/kanboard/kanboard",
}, "cpe": "cpe:2.3:a:kanboard:kanboard"
"license": "MIT", },
"maintainer": { "license": "MIT",
"name": "", "maintainer": {
"email": "" "name": "",
}, "email": ""
"requirements": { },
"yunohost": ">= 4.3.0" "requirements": {
}, "yunohost": ">= 4.3.0"
"previous_maintainers": [{ },
"name": "mbugeia", "previous_maintainers": [
"email": "maxime@max.privy.place" {
}, "name": "mbugeia",
{ "email": "maxime@max.privy.place"
"name": "jibec", },
"email": "jean-baptiste@holcroft.fr" {
}], "name": "jibec",
"multi_instance": true, "email": "jean-baptiste@holcroft.fr"
"services": [ }
"nginx", ],
"php8.0-fpm", "multi_instance": true,
"mysql" "services": [
], "nginx",
"arguments": { "php8.0-fpm",
"install": [ "mysql"
{ ],
"name": "domain", "arguments": {
"type": "domain" "install": [
}, {
{ "name": "domain",
"name": "path", "type": "domain"
"type": "path", },
"example": "/kanboard", {
"default": "/kanboard" "name": "path",
}, "type": "path",
{ "example": "/kanboard",
"name": "admin", "default": "/kanboard"
"type": "user" },
}, {
{ "name": "admin",
"name": "is_public", "type": "user"
"type": "boolean", },
"default": false {
} "name": "is_public",
] "type": "boolean",
} "default": false
} }
]
}
}