{ "name": "myTinyTodo", "id": "mytinytodo", "packaging_format": 1, "description": { "en": "Open source to-do list script", "fr": "Gestionnaire de todo list" }, "version": "1.7.3~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", "cpe": "cpe:2.3:a:mytinytodo:mytinytodo" }, "license": "GPL-2.0", "maintainer": { "name": "plabuse", "email": "pierre.levasseur@free.fr" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ "nginx", "php8.0-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }