1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00
invoiceninja5_ynh/manifest.json
Sebastian Gumprich c3d13724ad initial
2020-11-15 21:54:22 +01:00

67 lines
2 KiB
JSON

{
"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"
}
]
}
}