{ "name": "InvoiceNinja", "id": "invoiceninja", "packaging_format": 1, "description": { "en": "Create and email invoices, track payments and expenses, and time tasks" }, "version": "4.5.43~ynh1", "url": "https://invoiceninja.org", "license": "AAL", "maintainer": { "name": "Sebastian Gumprich", "email": "yunohost AT gumpri DOT ch", "url": "https://github.com/YunoHost-Apps/invoiceninja_ynh/" }, "requirements": { "yunohost": ">= 4.1.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/invoiceninja", "default": "/invoiceninja" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], "default": "en" } ] } }