{ "name": "Dolibarr", "id": "dolibarr", "packaging_format": 1, "description": { "en": "Manage the various aspects of your business or association", "fr": "Gérez les différents aspects de votre activité pro ou associative" }, "version": "18.0.3~ynh1", "url": "https://www.dolibarr.org/", "upstream": { "license": "GPL-3.0-or-later", "website": "https://www.dolibarr.org/", "demo": "https://www.dolibarr.org/onlinedemo", "admindoc": "https://www.dolibarr.org/documentation-home", "userdoc": "https://www.dolibarr.org/#features", "code": "https://github.com/Dolibarr/dolibarr", "cpe": "cpe:2.3:a:dolibarr:dolibarr" }, "license": "GPL-3.0-or-later", "maintainer": { "name": "mastereur", "url": "https://github.com/mastereur" }, "requirements": { "yunohost": ">= 11.2" }, "multi_instance": true, "services": [ "nginx", "php8.1-fpm", "mysql" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/dolibarr", "default": "/dolibarr" }, { "name": "admin", "type": "user" } ] } }