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

70 lines
1.4 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": {
"en": "Kanboard is a simple visual task board web application"
},
2019-02-03 10:36:35 +01:00
"version": "1.2.8~ynh1",
2017-10-19 12:13:47 +02:00
"url": "https://kanboard.net/",
"license": "AGPL-3.0",
"requirements": {
"yunohost": ">= 2.7.0"
},
"maintainer": {
2018-12-05 20:28:51 +01:00
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
2017-10-19 12:13:47 +02: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",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Kanboard"
},
"example": "domain.org",
"type": "domain"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Kanboard"
},
"type": "path",
"example": "/kanboard",
"default": "/kanboard"
},
{
"name": "admin",
"ask": {
"en": "Choose the admin user for Kanboard"
},
"type": "user",
"example": "johndoe"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public site ?"
},
"type": "boolean",
"default": "0"
}
]
}
2014-12-31 00:58:47 +01:00
}