mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"name": "InvoiceNinja 5",
|
|
"id": "invoiceninja5",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Create and email invoices, track payments, expenses, and time tasks",
|
|
"fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
|
|
},
|
|
"version": "5.5.64~ynh1",
|
|
"url": "https://invoiceninja.org",
|
|
"upstream": {
|
|
"license": "Elastic-2.0",
|
|
"website": "https://invoiceninja.org",
|
|
"demo": "https://app.invoiceninja.com/dashboard",
|
|
"admindoc": "https://invoiceninja.github.io/",
|
|
"userdoc": "https://invoiceninja.github.io/",
|
|
"code": "https://github.com/invoiceninja/invoiceninja"
|
|
},
|
|
"license": "Elastic-2.0",
|
|
"maintainer": {
|
|
"name": "Sebastian Gumprich",
|
|
"email": "yunohost AT gumpri DOT ch"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"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",
|
|
"default": true,
|
|
"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",
|
|
"fr": "Puisque vos clients doivent avoir la possibilité d'accéder à vos factures, l'application est publique. Si vous souhaitez uniquement envoyer des factures par courrier (ou pas du tout), désactivez l'accès public"
|
|
}
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": "Password must contain an upper case character and a number."
|
|
}
|
|
]
|
|
}
|
|
}
|