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"
|
|
|
|
},
|
2021-04-08 20:03:17 +02:00
|
|
|
"version": "5.17~ynh1",
|
2017-02-10 17:06:59 +01:00
|
|
|
"url": "https://wekan.io",
|
2020-06-15 04:15:42 +02:00
|
|
|
"license": "MIT",
|
2019-04-20 20:48:10 +02:00
|
|
|
"maintainer": [
|
|
|
|
{
|
|
|
|
"name": "alexAubin",
|
2017-02-10 17:06:59 +01:00
|
|
|
"email": "alex.aubin@mailoo.org",
|
|
|
|
"url": "https://github.com/alexAubin/"
|
2019-04-20 20:48:10 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ljf"
|
2021-04-08 20:35:40 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yalh76"
|
|
|
|
}
|
|
|
|
],
|
2017-02-10 17:06:59 +01:00
|
|
|
"requirements": {
|
2021-05-13 22:44:10 +02:00
|
|
|
"yunohost": ">= 4.2.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": [
|
2019-02-05 21:12:41 +01:00
|
|
|
"nginx"
|
2017-02-10 17:06:59 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/wekan",
|
|
|
|
"default": "/wekan"
|
|
|
|
},
|
2020-04-01 17:49:20 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
|
|
|
"example": "johndoe"
|
|
|
|
},
|
2017-02-10 17:06:59 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
2017-02-12 03:01:35 +01:00
|
|
|
"default": false
|
2017-02-10 17:06:59 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|