1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Remove readmes from toml

This commit is contained in:
Salamandar 2024-03-24 21:40:29 +01:00
parent 34be92c075
commit abbde619a6

View file

@ -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]