mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
||
"name": "myTinyTodo",
|
||
"id": "mytinytodo",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Open source to-do list script",
|
||
"fr": "Gestionnaire de todo list"
|
||
},
|
||
"version": "1.6.8~ynh1",
|
||
"url": "http://www.mytinytodo.net/",
|
||
"upstream": {
|
||
"license": "GPL-2.0",
|
||
"website": "http://www.mytinytodo.net/",
|
||
"demo": "https://www.mytinytodo.net/demo/",
|
||
"admindoc": "https://www.mytinytodo.net/faq.php",
|
||
"code": "https://github.com/maxpozdeev/mytinytodo"
|
||
},
|
||
"license": "GPL-2.0",
|
||
"maintainer": {
|
||
"name": "plabuse",
|
||
"email": "pierre.levasseur@free.fr"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx",
|
||
"php8.0-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/mytinytodo",
|
||
"default": "/mytinytodo"
|
||
},
|
||
{
|
||
"name": "title",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose a title for your todo list",
|
||
"fr": "Choisissez le titre pour votre liste de tâches"
|
||
},
|
||
"default": "myTinyTodo"
|
||
},
|
||
{
|
||
"name": "set_password",
|
||
"type": "password",
|
||
"optional": true,
|
||
"ask": {
|
||
"en": "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist",
|
||
"fr": "Spécifiez le mot de passe ici pour protéger vos tâches, ou laissez vide pour que tout le monde puisse lire/écrire votre liste de tâche."
|
||
}
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, myTinyTodo 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, myTinyTodo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["ar", "de", "en", "fr", "it", "nl", "pt-pt", "ru", "uk", "zh-cn"],
|
||
"default": "fr"
|
||
}
|
||
]
|
||
}
|
||
}
|