mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
||
"name": "Wekan",
|
||
"id": "wekan",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Trello-like kanban",
|
||
"fr": "Un kanban similaire à Trello"
|
||
},
|
||
"version": "3.79~ynh1",
|
||
"url": "https://wekan.io",
|
||
"license": "MIT",
|
||
"maintainer": [
|
||
{
|
||
"name": "alexAubin",
|
||
"email": "alex.aubin@mailoo.org",
|
||
"url": "https://github.com/alexAubin/"
|
||
},
|
||
{
|
||
"name": "ljf"
|
||
}],
|
||
"requirements": {
|
||
"yunohost": ">= 3.7"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"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": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public application?",
|
||
"fr": "Est-ce une application publique ?"
|
||
},
|
||
"default": false
|
||
}
|
||
]
|
||
}
|
||
}
|