mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "Wekan",
|
|
"id": "wekan",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Trello-like kanban",
|
|
"fr": "Un kanban similaire à Trello"
|
|
},
|
|
"version": "5.35~ynh2",
|
|
"url": "https://wekan.github.io",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://wekan.github.io",
|
|
"userdoc": "https://yunohost.org/#/app_wekan",
|
|
"code": "https://github.com/wekan/wekan"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": [
|
|
{
|
|
"name": "alexAubin",
|
|
"email": "alex.aubin@mailoo.org",
|
|
"url": "https://github.com/alexAubin/"
|
|
},
|
|
{
|
|
"name": "ljf"
|
|
},
|
|
{
|
|
"name": "yalh76"
|
|
}
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/wekan",
|
|
"default": "/wekan"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|