2023-06-05 10:48:49 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "invoiceninja5"
|
|
|
|
name = "InvoiceNinja 5"
|
|
|
|
description.en = "Create and email invoices, track payments, expenses, and time tasks"
|
|
|
|
description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
|
|
|
|
|
2023-11-15 17:16:42 +01:00
|
|
|
version = "5.7.51~ynh1"
|
2023-06-05 10:48:49 +02:00
|
|
|
|
|
|
|
maintainers = ["Sebastian Gumprich"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "Elastic-2.0"
|
|
|
|
website = "https://invoiceninja.org"
|
2023-07-22 22:32:17 +02:00
|
|
|
demo = "https://react.invoicing.co/demo"
|
2023-06-05 10:48:49 +02:00
|
|
|
admindoc = "https://invoiceninja.github.io/"
|
|
|
|
userdoc = "https://invoiceninja.github.io/"
|
|
|
|
code = "https://github.com/invoiceninja/invoiceninja"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.1.19"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-06-05 11:00:33 +02:00
|
|
|
ram.build = "200M"
|
2023-06-05 10:48:49 +02:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
|
|
type = "string"
|
|
|
|
choices = ["fr", "en"]
|
|
|
|
default = "fr"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
help.en = "Use the help field to add an information for the admin about this question."
|
|
|
|
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-11-15 17:16:42 +01:00
|
|
|
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.51/invoiceninja.zip"
|
|
|
|
sha256 = "8b0b51542da3a6cf07e6e78b9beb9b1abc9acdb4f0e5e1bab09e24eb8c730888"
|
2023-06-05 10:48:49 +02:00
|
|
|
in_subdir = false
|
2023-06-16 09:49:41 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-06-18 13:17:18 +02:00
|
|
|
autoupdate.asset = "invoiceninja.zip"
|
2023-06-05 10:48:49 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-07-17 21:14:18 +02:00
|
|
|
packages = "mariadb-server php8.2-bcmath php8.2-gmp php8.2-fileinfo php8.2-gd php8.2-mbstring php8.2-pdo php8.2-xml php8.2-curl php8.2-zip php8.2-mysql libnss3-dev libatk1.0-0 libatk-bridge2.0-0 libxcomposite1 libxrandr2 libasound2 libcups2 libdrm2 libxkbcommon0 libxdamage1 libxfixes3 libgbm1 libpango-1.0-0 libcairo2"
|
2023-06-05 10:48:49 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|