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

57 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"
},
2019-03-16 02:46:20 +01:00
"version": "2.48~ynh1",
2017-02-10 17:06:59 +01:00
"url": "https://wekan.io",
"license": "MIT",
2017-02-10 17:06:59 +01:00
"maintainer": {
"name": "alexAubin",
"email": "alex.aubin@mailoo.org",
"url": "https://github.com/alexAubin/"
},
"requirements": {
2019-03-23 04:27:40 +01:00
"yunohost": ">= 3.4"
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",
"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
}
]
}
}