]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Avoid hidding all info when copy pasting the exemple config
authorBastien Wirtz <bastien.wirtz@gmail.com>
Tue, 20 Dec 2022 19:47:56 +0000 (20:47 +0100)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Tue, 20 Dec 2022 19:47:56 +0000 (20:47 +0100)
docs/customservices.md

index 88e4e2f363727fd8181fcece0be5002661ba86f6..8b94cad4e16e79c9b97bbe21ad769bf7a3a8f22a 100644 (file)
@@ -305,7 +305,7 @@ Configuration example:
   api_token: "PVEAPIToken=root@pam!your-api-token-name=your-api-token-key"
   # values below this line are optional (default value are false/empty):
   hide_decimals: true # removes decimals from stats values.
-  hide: ["vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem", "cpu"] # hides values included in the array
+  hide: [] # hides information. Possible values are "vms", "vms_total", "lxcs", "lxcs_total", "disk", "mem" and "cpu".
   small_font_on_small_screens: true # uses small font on small screens (like mobile)
   small_font_on_desktop: true # uses small font on desktops (just in case you're showing much info)
 ```