diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-07-14 15:48:57 +0200 |
commit | 92d899bd4809183f1cd1cec302d66fa32461aac5 (patch) | |
tree | 0ebdcd845d7ea88d61c1893821c1b2a12a280a9b /docs/customservices.md | |
parent | c06c0cdf9bbdc98f71dadb5edcc015926ba878e4 (diff) | |
download | homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.gz homer-92d899bd4809183f1cd1cec302d66fa32461aac5.tar.zst homer-92d899bd4809183f1cd1cec302d66fa32461aac5.zip |
regroup service documentation
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 14 |
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 | ||
3 | Here is an overview of all custom services that are available within Homer. | 3 | Some service can use a specific a component that provides some extra features by adding a `type` key to the service yaml |
4 | configuration. Available services are in `src/components/`. Here is an overview of all custom services that are available | ||
5 | within Homer. | ||
4 | 6 | ||
5 | ## PiHole | 7 | ## PiHole |
6 | 8 | ||
@@ -39,3 +41,13 @@ apikey: "01234deb70424befb1f4ef6a23456789" | |||
39 | ``` | 41 | ``` |
40 | The url must be the root url of Radarr/Sonarr application. | 42 | The url must be the root url of Radarr/Sonarr application. |
41 | The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. | 43 | The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. |
44 | |||
45 | |||
46 | ## PaperlessNG | ||
47 | |||
48 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. | ||
49 | |||
50 | |||
51 | ## Ping | ||
52 | |||
53 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. | ||