mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "InvoiceNinja 5",
|
|
"id": "invoiceninja5",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Create and email invoices, track payments, expenses, and time tasks"
|
|
},
|
|
"version": "5.2.14~ynh1",
|
|
"url": "https://invoiceninja.org",
|
|
"license": "AAL",
|
|
"maintainer": {
|
|
"name": "Sebastian Gumprich",
|
|
"email": "yunohost AT gumpri DOT ch",
|
|
"url": "https://github.com/YunoHost-Apps/invoiceninja5_ynh/"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/",
|
|
"default": "/"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|