aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-12-12 22:20:10 +0100
committerBastien Wirtz <bastien.wirtz@gmail.com>2021-12-12 22:20:10 +0100
commit9c77651692468ba68f631e03b22a6227b5759240 (patch)
treefb6c02b467e1b3a0acb66d87d31856e0806321f2 /docs
parentb4a2db6e37859abfa5477685b7547bb78e71a76b (diff)
downloadhomer-9c77651692468ba68f631e03b22a6227b5759240.tar.gz
homer-9c77651692468ba68f631e03b22a6227b5759240.tar.zst
homer-9c77651692468ba68f631e03b22a6227b5759240.zip
Last batch of custom services refacto.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md1
-rw-r--r--docs/customservices.md2
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index e2b5506..552b22a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -29,7 +29,6 @@ connectivityCheck: true # whether you want to display a message when the apps ar
29 29
30# Optional: Proxy / hosting option 30# Optional: Proxy / hosting option
31proxy: 31proxy:
32 # NOT All custom services implements this new option YET. Support will be extended very soon.
33 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. 32 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level.
34 33
35# Optional theming 34# Optional theming
diff --git a/docs/customservices.md b/docs/customservices.md
index 3b3320d..6850bbb 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -18,8 +18,6 @@ If you experiencing any issue, please have a look to the [troubleshooting](troub
18 type: "<type>" 18 type: "<type>"
19``` 19```
20 20
21⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon).
22
23## PiHole 21## PiHole
24 22
25Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. 23Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard.