aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndreas Waschinski <25221082+waschinski@users.noreply.github.com>2021-07-28 16:13:50 +0200
committerAndreas Waschinski <25221082+waschinski@users.noreply.github.com>2021-07-28 16:13:50 +0200
commitb2062fb60ad2845bcba8a517220ca3637e1a885b (patch)
treed0dce6450034f697618c117383a67af0ac03075d /docs
parent4386cd094b4e7869a7fa5aad3a9df9cd1d282021 (diff)
parent35926e1e6e4669e881b8f69003f97752172eb922 (diff)
downloadhomer-b2062fb60ad2845bcba8a517220ca3637e1a885b.tar.gz
homer-b2062fb60ad2845bcba8a517220ca3637e1a885b.tar.zst
homer-b2062fb60ad2845bcba8a517220ca3637e1a885b.zip
Merge remote-tracking branch 'upstream/main' into mealie-service
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index d2deff4..43f45f4 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -1,6 +1,8 @@
1# Custom Services 1# Custom Services
2 2
3Here is an overview of all custom services that are available within Homer. 3Some service can use a specific a component that provides some extra features by adding a `type` key to the service yaml
4configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available
5within Homer.
4 6
5## PiHole 7## PiHole
6 8
@@ -39,3 +41,13 @@ apikey: "01234deb70424befb1f4ef6a23456789"
39``` 41```
40The url must be the root url of Radarr/Sonarr application. 42The url must be the root url of Radarr/Sonarr application.
41The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. 43The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API.
44
45
46## PaperlessNG
47
48For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
49
50
51## Ping
52
53For Paperless you need an API-Key which you have to store at the item in the field `apikey`.