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

70 lines
1.8 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-01-26 21:50:08 +01:00
"version": "4.64~ynh2",
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"
}],
2017-02-10 17:06:59 +01:00
"requirements": {
2020-12-01 09:19:19 +01:00
"yunohost": ">= 3.8.1"
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"
},
2020-04-01 17:49:20 +02:00
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
2017-02-10 17:06:59 +01:00
{
"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
}
]
}
}