aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 65f3d4c..2e74443 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -298,6 +298,11 @@ Configuration example:
298 warning_value: 50 298 warning_value: 50
299 danger_value: 80 299 danger_value: 80
300 api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key" 300 api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key"
301 # values below this line are optional (default value are false/empty):
302 hide_decimals: true # removes decimals from stats values.
303 hide: ["vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem", "cpu"] # hides values included in the array
304 small_font_on_small_screens: true # uses small font on small screens (like mobile)
305 small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info)
301``` 306```
302 307
303## qBittorrent 308## qBittorrent