{ "name": "Noalyss", "id": "noalyss", "packaging_format": 1, "description": { "en": "Accounting free software (Beligum and French accounting)", "fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)" }, "version": "9.0.2.0~ynh1", "url": "http://noalyss.eu", "upstream": { "license": "AGPL-3.0-only", "website": "http://noalyss.eu", "demo": "http://demo.noalyss.eu/index.php", "admindoc": "https://wiki.noalyss.eu/doku.php" }, "license": "AGPL-3.0-only", "maintainer": { "name": "datatierce", "email": "github@computhings.be", "url": "https://computhings.be" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/noalyss", "default": "/noalyss" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" }, { "name": "is_public", "type": "boolean", "default": true } ] } }