2017-02-10 17:06:59 +01:00
|
|
|
{
|
|
|
|
"name": "Wekan",
|
|
|
|
"id": "wekan",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Trello-like kanban",
|
|
|
|
"fr": "Un kanban similaire à Trello"
|
|
|
|
},
|
2019-02-05 21:10:09 +01:00
|
|
|
"version": "1.07~ynh2",
|
2017-02-10 17:06:59 +01:00
|
|
|
"url": "https://wekan.io",
|
2017-10-02 02:07:41 +02:00
|
|
|
"license": "MIT",
|
2017-02-10 17:06:59 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "alexAubin",
|
|
|
|
"email": "alex.aubin@mailoo.org",
|
|
|
|
"url": "https://github.com/alexAubin/"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2018-07-01 19:04:35 +02:00
|
|
|
"yunohost": ">= 3.0.0"
|
2017-02-10 17:06:59 +01:00
|
|
|
},
|
2017-10-02 02:07:41 +02:00
|
|
|
"multi_instance": true,
|
2017-02-10 17:06:59 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2017-10-02 02:07:41 +02:00
|
|
|
"mongod"
|
2017-02-10 17:06:59 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for Wekan",
|
|
|
|
"fr": "Choisissez un nom de domaine pour Wekan"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Wekan",
|
|
|
|
"fr": "Choisissez un chemin pour Wekan"
|
|
|
|
},
|
|
|
|
"example": "/wekan",
|
|
|
|
"default": "/wekan"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
2017-02-12 03:01:35 +01:00
|
|
|
"default": false
|
2017-02-10 17:06:59 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|