aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-10-10 20:57:04 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2021-10-10 20:57:04 +0200
commit66a434e7dba49011dd5401e32bb45ab180a73a11 (patch)
tree7d5902aabd4145f995e3850c04bc11b7d2cef6b5 /docs/customservices.md
parent3acfb01d999527b609c08cd0790d3bb6bc2e2560 (diff)
downloadhomer-66a434e7dba49011dd5401e32bb45ab180a73a11.tar.gz
homer-66a434e7dba49011dd5401e32bb45ab180a73a11.tar.zst
homer-66a434e7dba49011dd5401e32bb45ab180a73a11.zip
Implementation status warning
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 8ea28ee..ef84948 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -14,9 +14,12 @@ If you experiencing any issue, please have a look to the [troubleshooting](troub
14 logo: "assets/tools/sample.png" 14 logo: "assets/tools/sample.png"
15 url: "http://my-service-link" 15 url: "http://my-service-link"
16 endpoint: "http://my-service-endpoint" # Optional: alternative base URL used to fetch service data is necessary. 16 endpoint: "http://my-service-endpoint" # Optional: alternative base URL used to fetch service data is necessary.
17 useCredentials: false # Optional: Override global proxy.useCredentials configuration.
17 type: "<type>" 18 type: "<type>"
18``` 19```
19 20
21⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon).
22
20## PiHole 23## PiHole
21 24
22Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard. 25Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard.