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
Éric Gaspar 2a6c044e30
Upgrade v.1.2.16 (#99)
* v.1.2.16
2020-10-30 15:08:59 +01:00

74 lines
1.6 KiB
JSON

{
"name": "Kanboard",
"id": "kanboard",
"packaging_format": 1,
"description": {
"en": "Kanban project management software",
"fr": "Logiciel de gestion de projet Kanban"
},
"version": "1.2.16~ynh1",
"url": "https://kanboard.net/",
"license": "MIT",
"maintainer": {
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"previous_maintainers": [{
"name": "mbugeia",
"email": "maxime@max.privy.place"
},
{
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
}],
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Kanboard",
"fr": "Choisissez un nom de domaine pour Kanboard"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Kanboard",
"fr": "Choisissez un chemin pour Kanboard"
},
"example": "/kanboard",
"default": "/kanboard"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
}
]
}
}