1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Make fpm_free_footprint dynamically visible

This commit is contained in:
tituspijean 2022-08-07 17:42:37 +02:00
parent 2fefecbe54
commit 085c57f29d
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -20,10 +20,11 @@ name = "Nextcloud configuration"
choices.low = "Low, <= 20Mb per pool"
choices.medium = "Medium, between 20Mb and 40Mb per pool"
choices.high = "High, > 40Mb per pool"
choices.specific = "Use specific value from the next option"
choices.specific = "Use specific value"
default = "low"
[main.php_fpm_config.fpm_free_footprint]
visible = "fpm_footprint == 'specific'"
ask = "Memory footprint of the service?"
type = "number"
default = "0"