initial
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "InvoiceNinja 5",
|
||||
"id": "invoiceninja5",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Create and email invoices, track payments and expenses, and time tasks"
|
||||
},
|
||||
"version": "5.0.24~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": ">= 3.5"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en"],
|
||||
"default": "en"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user