{ "name": "Yellow", "id": "yellow", "packaging_format": 1, "description": { "en": "Système de gestion de contenu (CMS) for simple website", "fr": "Content management system (CMS) pour un site simple" }, "version": "0.8.18~ynh1", "url": "https://datenstrom.se/yellow/", "upstream": { "license": "GPL-2.0-only", "website": "https://datenstrom.se/yellow/", "demo": "https://datenstrom.se/yellow/demo/", "admindoc": "https://datenstrom.se/yellow/help/", "code": "https://github.com/datenstrom/yellow/" }, "license": "GPL-2.0-only", "maintainer": { "name": "eric_G" }, "requirements": { "yunohost": ">> 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/example", "default": "/yellow" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, Yellow 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, Yellow sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true } ] } }