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

64 lines
1.3 KiB
JSON
Raw Normal View History

2014-07-20 12:26:15 +02:00
{
2017-10-19 12:13:47 +02:00
"name": "Kanboard",
"id": "kanboard",
"packaging_format": 1,
"description": {
2020-10-30 15:08:59 +01:00
"en": "Kanban project management software",
"fr": "Logiciel de gestion de projet Kanban"
2017-10-19 12:13:47 +02:00
},
2022-05-27 23:13:59 +02:00
"version": "1.2.22~ynh1",
2021-06-08 11:01:17 +02:00
"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"
},
2020-10-30 15:08:59 +01:00
"license": "MIT",
2017-10-19 12:13:47 +02:00
"maintainer": {
2021-03-14 22:07:41 +01:00
"name": "",
"email": ""
2017-10-19 12:13:47 +02:00
},
2019-02-15 19:50:59 +01:00
"requirements": {
2021-12-17 12:08:46 +01:00
"yunohost": ">= 4.3.0"
2019-02-15 19:50:59 +01:00
},
"previous_maintainers": [{
2018-04-07 16:26:29 +02:00
"name": "mbugeia",
"email": "maxime@max.privy.place"
2018-08-02 21:55:26 +02:00
},
2018-12-05 20:28:51 +01:00
{
"name": "jibec",
2018-08-02 21:55:26 +02:00
"email": "jean-baptiste@holcroft.fr"
}],
"multi_instance": true,
2017-10-19 12:13:47 +02:00
"services": [
"nginx",
2022-05-27 23:17:20 +02:00
"php7.4-fpm",
2017-10-19 12:13:47 +02:00
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
2021-12-17 12:08:46 +01:00
"type": "domain"
2017-10-19 12:13:47 +02:00
},
{
"name": "path",
2019-02-15 19:49:22 +01:00
"type": "path",
2017-10-19 12:13:47 +02:00
"example": "/kanboard",
"default": "/kanboard"
},
{
"name": "admin",
2021-12-17 12:08:46 +01:00
"type": "user"
2017-10-19 12:13:47 +02:00
},
{
"name": "is_public",
2019-02-15 19:49:22 +01:00
"type": "boolean",
"default": false
2017-10-19 12:13:47 +02:00
}
]
}
2014-12-31 00:58:47 +01:00
}