Fix
This commit is contained in:
+2
-14
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user