This commit is contained in:
Éric Gaspar
2023-06-05 11:00:33 +02:00
parent 04394c0264
commit 14ffd922bc
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.build = "200M"
ram.runtime = "50M"
[install]
@@ -58,8 +58,8 @@ ram.runtime = "50M"
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.124/invoiceninja.zip"
sha256 = "484b2a927a2249d7707ad96c5fa44b61d8daa0b7a052aaf13421dee1e6ff6fc7"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
rename = "invoiceninja.zip"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@@ -69,7 +69,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.1-bcmath php8.1-gmp php8.1-fileinfo php8.1-gd php8.1-mbstring php8.1-pdo php8.1-xml php8.1-curl php8.1-zip php8.1-mysql libnss3-dev libatk1.0-0 libatk-bridge2.0-0 libxcomposite1 libxrandr2 libasound2"
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"
[resources.database]
type = "mysql"