From abbde619a62cbc6e644ab11ae6926bd81c47bb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 24 Mar 2024 21:40:29 +0100 Subject: [PATCH] Remove readmes from toml --- manifest.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 451631e..f458142 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,9 +24,9 @@ architectures = ["amd64"] multi_instance = false ldap = true sso = true -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "500M" +ram.build = "200M" +ram.runtime = "200M" [install] [install.domain] @@ -86,6 +86,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen "libssh-4", "php7.4-fpm", "php7.4-bcmath", + + "mariadb-server", ] [resources.apt.extras.zabbix]