mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "InvoiceNinja",
|
|
"id": "invoiceninja",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Create and email invoices, track payments and expenses",
|
|
"fr": "Créez et envoyez des factures par e-mail, suivez les paiements"
|
|
},
|
|
"version": "4.5.50~ynh1",
|
|
"url": "https://invoiceninja.org",
|
|
"upstream": {
|
|
"license": "AAL",
|
|
"website": "https://invoiceninja.org",
|
|
"demo": "https://app.invoiceninja.com/dashboard",
|
|
"admindoc": "https://docs.invoiceninja.com/index.html",
|
|
"code": "https://github.com/invoiceninja/invoiceninja"
|
|
},
|
|
"license": "AAL",
|
|
"maintainer": {
|
|
"name": "Sebastian Gumprich",
|
|
"email": "yunohost AT gumpri DOT ch",
|
|
"url": "https://github.com/YunoHost-Apps/invoiceninja_ynh/"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/invoiceninja",
|
|
"default": "/invoiceninja"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": [
|
|
"fr",
|
|
"en"
|
|
],
|
|
"default": "en"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|