1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
wekan_ynh/manifest.json

64 lines
1.5 KiB
JSON
Raw Normal View History

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-06-25 21:13:11 +02:00
"version": "5.35~ynh1",
2021-06-30 18:30:57 +02:00
"url": "https://wekan.github.io",
2021-06-25 21:26:45 +02:00
"upstream": {
"license": "MIT",
"website": "https://wekan.github.io",
"userdoc": "https://yunohost.org/#/app_wekan",
"code": "https://github.com/wekan/wekan"
},
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
},
"multi_instance": true,
2017-02-10 17:06:59 +01:00
"services": [
"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
}
]
}
}