diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-11-05 15:21:18 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-11-05 15:21:18 +0100 |
commit | d32f7f6467c1456b32ea4675d17bfba1c428c2b7 (patch) | |
tree | 3d5433ce83587d8bd091087c40cdcc74ae89da21 /docs/customservices.md | |
parent | f72c0bc7811dc19499418371e08930747fe087dc (diff) | |
download | homer-d32f7f6467c1456b32ea4675d17bfba1c428c2b7.tar.gz homer-d32f7f6467c1456b32ea4675d17bfba1c428c2b7.tar.zst homer-d32f7f6467c1456b32ea4675d17bfba1c428c2b7.zip |
Proxmox improvements
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 5 |
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 |