diff options
author | Dick Wolff <dckwlff@gmail.com> | 2021-01-13 21:22:35 +0100 |
---|---|---|
committer | Dick Wolff <dckwlff@gmail.com> | 2021-01-13 21:22:35 +0100 |
commit | fd12de9ebd7a75ca2f31e8b28bd2c5ac10c46e21 (patch) | |
tree | 6353134af591995861cd2822e8a04cbee19ca45e /docs/configuration.md | |
parent | b79561bc9c59d79875a9931d235774333579a363 (diff) | |
download | homer-fd12de9ebd7a75ca2f31e8b28bd2c5ac10c46e21.tar.gz homer-fd12de9ebd7a75ca2f31e8b28bd2c5ac10c46e21.tar.zst homer-fd12de9ebd7a75ca2f31e8b28bd2c5ac10c46e21.zip |
Improvements
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index a43d7f1..6c6a444 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -7,7 +7,7 @@ Title, icons, links, colors, and services can be configured in the `config.yml` | |||
7 | # Homepage configuration | 7 | # Homepage configuration |
8 | # See https://fontawesome.com/icons for icons options | 8 | # See https://fontawesome.com/icons for icons options |
9 | 9 | ||
10 | # Optional: Use external configuration file. | 10 | # Optional: Use external configuration file. |
11 | # Using this will ignore remaining config in this file | 11 | # Using this will ignore remaining config in this file |
12 | # externalConfig: https://example.com/server-luci/config.yaml | 12 | # externalConfig: https://example.com/server-luci/config.yaml |
13 | 13 | ||
@@ -118,6 +118,8 @@ services: | |||
118 | # background: red # optional color for card to set color directly without custom stylesheet | 118 | # background: red # optional color for card to set color directly without custom stylesheet |
119 | ``` | 119 | ``` |
120 | 120 | ||
121 | View the (Custom Services)[customservices.md] file for details about all available custom services (like PiHole). | ||
122 | |||
121 | If you choose to fetch message information from an endpoint, the output format should be: | 123 | If you choose to fetch message information from an endpoint, the output format should be: |
122 | 124 | ||
123 | ```json | 125 | ```json |