1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja_ynh.git synced 2024-09-03 19:26:22 +02:00
invoiceninja_ynh/manifest.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2020-05-02 10:17:12 +02:00
{
"name": "InvoiceNinja",
"id": "invoiceninja",
"packaging_format": 1,
"description": {
2021-12-22 08:20:06 +01:00
"en": "Create and email invoices, track payments and expenses",
"fr": "Créez et envoyez des factures par e-mail, suivez les paiements"
2020-05-02 10:17:12 +02:00
},
2021-12-22 08:20:06 +01:00
"version": "4.5.47~ynh1",
2020-05-02 17:16:41 +02:00
"url": "https://invoiceninja.org",
2021-08-20 19:36:37 +02:00
"upstream": {
"license": "AAL",
"website": "https://invoiceninja.org",
"demo": "https://app.invoiceninja.com/dashboard",
"admindoc": "https://docs.invoiceninja.com/index.html",
"code": "https://github.com/invoiceninja/invoiceninja"
},
2020-05-10 10:08:25 +02:00
"license": "AAL",
2020-05-02 10:17:12 +02:00
"maintainer": {
2020-05-02 17:16:41 +02:00
"name": "Sebastian Gumprich",
"email": "yunohost AT gumpri DOT ch",
"url": "https://github.com/YunoHost-Apps/invoiceninja_ynh/"
2020-05-02 10:17:12 +02:00
},
"requirements": {
2021-12-22 08:20:06 +01:00
"yunohost": ">= 4.3.0"
2020-05-02 10:17:12 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-05-16 15:47:40 +02:00
"php7.3-fpm",
2020-05-02 10:17:12 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-12-22 00:00:32 +01:00
"type": "domain"
2020-05-02 10:17:12 +02:00
},
{
"name": "path",
"type": "path",
2020-05-02 17:16:41 +02:00
"example": "/invoiceninja",
"default": "/invoiceninja"
2020-05-02 10:17:12 +02:00
},
{
"name": "admin",
2021-12-22 00:00:32 +01:00
"type": "user"
2020-05-02 10:17:12 +02:00
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
2020-05-02 17:16:41 +02:00
"default": "en"
2020-05-02 10:17:12 +02:00
}
]
}
}