{ "name": "Yellow", "id": "yellow", "packaging_format": 1, "description": { "en": "Content management system (CMS) for simple website", "fr": "Système de gestion de contenu (CMS) pour un site simple" }, "version": "0.8.20~ynh3", "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": ">> 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/yellow", "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 } ] } }