|
|
@@ -1,5 +1,4 @@
|
|
|
-version = "0.1"
|
|
|
-name = "PiHole configuration panel"
|
|
|
+version = "1.0"
|
|
|
|
|
|
[main]
|
|
|
name = "PiHole configuration"
|
|
|
@@ -26,7 +25,7 @@ name = "PiHole configuration"
|
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
|
|
|
[main.overwrite_files.overwrite_phpfpm]
|
|
|
- ask = "Overwrite the php-fpm config file?"
|
|
|
+ ask = "Overwrite the PHP-FPM config file?"
|
|
|
type = "boolean"
|
|
|
default = true
|
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
@@ -61,10 +60,10 @@ name = "PiHole configuration"
|
|
|
ask = "Expected usage of the service?"
|
|
|
choices = ["low", "medium", "high"]
|
|
|
default = "low"
|
|
|
- help = "low: Personal usage, behind the sso. No RAM footprint when not used, but the impact on the processor can be high if many users are using the service.<br>medium: Low usage, few people or/and publicly accessible. Low RAM footprint, medium processor footprint when used.<br>high: High usage, frequently visited website. High RAM footprint, but lower on processor usage and quickly responding."
|
|
|
+ help = "low: Personal usage, behind the SSO. No RAM footprint when not used, but the impact on the processor can be high if many users are using the service.<br>medium: Low usage, few people or/and publicly accessible. Low RAM footprint, medium processor footprint when used.<br>high: High usage, frequently visited website. High RAM footprint, but lower on processor usage and quickly responding."
|
|
|
|
|
|
[main.php_fpm_config.force_max_children]
|
|
|
ask = "Force the value of pm.max_children?"
|
|
|
type = "number"
|
|
|
default = "0"
|
|
|
- help = "Do not change this value unless you're sure about what you're doing !<br>pm.max_children is automatically defined by this formula: $max_ram / 2 / $footprint<br>You can force that value, and ignore the formula by changing the value here.<br>To reset to the default value, set to 0."
|
|
|
+ help = "Do not change this value unless you're sure about what you're doing!<br>pm.max_children is automatically defined by this formula: $max_ram / 2 / $footprint<br>You can force that value, and ignore the formula by changing the value here.<br>To reset to the default value, set to 0."
|