This commit is contained in:
ericgaspar
2021-07-26 10:37:39 +02:00
parent 53d4d83833
commit ebd171f277
2 changed files with 3 additions and 15 deletions
+2 -14
View File
@@ -3,7 +3,7 @@
"id": "invoiceninja5",
"packaging_format": 1,
"description": {
"en": "Create and email invoices, track payments and expenses, and time tasks"
"en": "Create and email invoices, track payments, expenses, and time tasks"
},
"version": "5.2.14~ynh1",
"url": "https://invoiceninja.org",
@@ -19,7 +19,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"php7.4-fpm",
"mysql"
],
"arguments": {
@@ -27,29 +27,17 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for InvoiceNinja",
"fr": "Choisissez un nom de domaine pour InvoiceNinja"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for InvoiceNinja. Seule l'installation dans le répertoire racine est possible",
"fr": "Choisissez un chemin pour InvoiceNinja. Only installation in root is currently working"
},
"example": "/",
"default": "/"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{