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

63 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"
},
2022-06-18 01:14:21 +02:00
"version": "6.27.1~ynh2",
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",
2022-05-23 22:53:32 +02:00
"demo": "https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h",
"admindoc": "https://github.com/wekan/wekan/wiki",
2021-06-25 21:26:45 +02:00
"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": [
{
2022-05-26 08:27:25 +02:00
"name": "alexAubin",
"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": {
2022-01-14 23:32:51 +01:00
"yunohost": ">= 4.3.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": {
2022-01-14 23:32:51 +01:00
"install": [
2017-02-10 17:06:59 +01:00
{
"name": "domain",
2022-01-06 00:36:00 +01:00
"type": "domain"
2017-02-10 17:06:59 +01:00
},
{
"name": "path",
"type": "path",
"example": "/wekan",
"default": "/wekan"
},
{
"name": "is_public",
"type": "boolean",
2017-02-12 03:01:35 +01:00
"default": false
2022-05-23 22:53:32 +02:00
},
{
"name": "admin",
"type": "user"
2017-02-10 17:06:59 +01:00
}
]
}
}