1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00
mytinytodo_ynh/manifest.json

56 lines
1.7 KiB
JSON
Raw Normal View History

2017-03-25 18:31:20 +01:00
{
2022-04-08 17:28:41 +02:00
"name": "myTinyTodo",
2017-03-25 18:31:20 +01:00
"id": "mytinytodo",
"packaging_format": 1,
"description": {
2021-10-07 16:35:37 +02:00
"en": "Open source to-do list script",
"fr": "Gestionnaire de todo list"
2017-03-25 18:31:20 +01:00
},
"version": "1.7.2~ynh1",
2017-03-25 18:31:20 +01:00
"url": "http://www.mytinytodo.net/",
2021-06-06 09:07:27 +02:00
"upstream": {
"license": "GPL-2.0",
"website": "http://www.mytinytodo.net/",
2021-10-07 16:35:37 +02:00
"demo": "https://www.mytinytodo.net/demo/",
"admindoc": "https://www.mytinytodo.net/faq.php",
"code": "https://github.com/maxpozdeev/mytinytodo",
"cpe": "cpe:2.3:a:mytinytodo:mytinytodo"
2021-06-06 09:07:27 +02:00
},
"license": "GPL-2.0",
2017-03-25 18:31:20 +01:00
"maintainer": {
"name": "plabuse",
"email": "pierre.levasseur@free.fr"
2017-03-25 18:31:20 +01:00
},
"requirements": {
2022-08-16 07:50:30 +02:00
"yunohost": ">= 11.0.9"
2017-03-25 18:31:20 +01:00
},
"multi_instance": false,
"services": [
"nginx",
2022-02-26 14:23:25 +01:00
"php8.0-fpm",
2017-03-25 18:31:20 +01:00
"mysql"
],
"arguments": {
"install": [
2017-03-25 18:31:20 +01:00
{
"name": "domain",
2021-09-21 23:58:04 +02:00
"type": "domain"
2017-03-25 18:31:20 +01:00
},
{
"name": "path",
"type": "path",
"example": "/mytinytodo",
"default": "/mytinytodo"
},
{
"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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
2017-03-25 18:31:20 +01:00
}
]
}
}