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

67 lines
1.9 KiB
JSON
Raw Normal View History

2020-11-15 21:54:22 +01:00
{
"name": "InvoiceNinja 5",
"id": "invoiceninja5",
"packaging_format": 1,
"description": {
2021-07-26 10:37:39 +02:00
"en": "Create and email invoices, track payments, expenses, and time tasks"
2020-11-15 21:54:22 +01:00
},
2021-12-22 09:46:34 +01:00
"version": "5.3.39~ynh1",
2020-11-15 21:54:22 +01:00
"url": "https://invoiceninja.org",
2021-07-26 11:55:26 +02:00
"upstream": {
2021-08-29 19:33:27 +02:00
"license": "ELv2",
2021-07-26 11:55:26 +02:00
"website": "https://invoiceninja.org",
"demo": "https://app.invoiceninja.com/dashboard",
"admindoc": "https://invoiceninja.github.io/",
"userdoc": "https://invoiceninja.github.io/",
2021-07-26 11:55:26 +02:00
"code": "https://github.com/invoiceninja/invoiceninja"
},
2021-12-22 10:59:47 +01:00
"license": "ELv2",
2020-11-15 21:54:22 +01:00
"maintainer": {
"name": "Sebastian Gumprich",
2021-07-26 11:55:26 +02:00
"email": "yunohost AT gumpri DOT ch"
2020-11-15 21:54:22 +01:00
},
"requirements": {
2021-12-22 09:29:01 +01:00
"yunohost": ">= 4.3.0"
2020-11-15 21:54:22 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-07-26 10:37:39 +02:00
"php7.4-fpm",
2020-11-15 21:54:22 +01:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-16 21:19:30 +02:00
"type": "domain"
2020-11-15 21:54:22 +01:00
},
{
"name": "admin",
2021-09-16 21:19:30 +02:00
"type": "user"
2020-11-15 21:54:22 +01:00
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "en"
},
{
"name": "is_public",
"type": "boolean",
2021-09-16 21:19:30 +02:00
"default": true,
2021-12-22 10:59:47 +01:00
"help": {
"en": "Since your clients should have the possibility to access your invoices, the app is public. If you only want to send invoices via mail (or not at all), deactivate public access"
}
},
{
"name": "password",
"type": "password"
2020-11-15 21:54:22 +01:00
}
]
}
}