2021-08-05 17:28:35 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Vikunja",
|
|
|
|
|
"id": "vikunja",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Self-hosted To-Do list application",
|
2021-08-05 22:47:35 +02:00
|
|
|
|
"fr": "Application de liste de tâches auto-hébergée"
|
2021-08-05 17:28:35 +02:00
|
|
|
|
},
|
2022-02-20 16:28:45 +01:00
|
|
|
|
"version": "0.18.2~ynh2",
|
2021-08-05 17:28:35 +02:00
|
|
|
|
"url": "https://vikunja.io/",
|
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"website": "https://vikunja.io/",
|
|
|
|
|
"demo": "https://try.vikunja.io/login",
|
|
|
|
|
"admindoc": "https://vikunja.io/docs/",
|
|
|
|
|
"code": "https://kolaente.dev/vikunja/"
|
|
|
|
|
},
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "eric_G"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-12-11 15:35:21 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2021-08-05 17:28:35 +02:00
|
|
|
|
},
|
2022-06-13 12:44:37 +02:00
|
|
|
|
"multi_instance": false,
|
2021-08-05 17:28:35 +02:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-09-19 08:38:42 +02:00
|
|
|
|
"type": "domain"
|
2021-08-05 17:28:35 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|