diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 1 | ||||
-rw-r--r-- | docs/customservices.md | 2 |
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 |
31 | proxy: | 31 | proxy: |
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 | ||
25 | Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. | 23 | Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. |