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

Merge branch 'testing' into pr/189

This commit is contained in:
Éric Gaspar 2023-11-16 16:13:21 +01:00
commit 262012fd83

View file

@ -18,11 +18,14 @@ userdoc = "https://invoiceninja.github.io/"
code = "https://github.com/invoiceninja/invoiceninja" code = "https://github.com/invoiceninja/invoiceninja"
[integration] [integration]
yunohost = ">= 11.1.19" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "200M" ram.build = "200M"
ram.runtime = "50M" ram.runtime = "50M"
@ -38,7 +41,7 @@ ram.runtime = "50M"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "string" type = "select"
choices = ["fr", "en"] choices = ["fr", "en"]
default = "fr" default = "fr"
@ -59,7 +62,7 @@ ram.runtime = "50M"
sha256 = "8b0b51542da3a6cf07e6e78b9beb9b1abc9acdb4f0e5e1bab09e24eb8c730888" sha256 = "8b0b51542da3a6cf07e6e78b9beb9b1abc9acdb4f0e5e1bab09e24eb8c730888"
in_subdir = false in_subdir = false
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "invoiceninja.zip" autoupdate.asset = "invoiceninja.zip"
[resources.system_user] [resources.system_user]
@ -69,7 +72,7 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
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" 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"
[resources.database] [resources.database]
type = "mysql" type = "mysql"