aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorPaul Hagedorn <panzer1119@gmail.com>2021-11-02 18:28:47 +0100
committerPaul Hagedorn <panzer1119@gmail.com>2021-11-02 18:28:47 +0100
commit0121fa8036caaa1f7136564a06da0e5aab697813 (patch)
tree968af558fd9fe30df737def897570d30f5c44931 /docs
parent754372579e1e048fb524413ba22dba4237d0c48c (diff)
downloadhomer-0121fa8036caaa1f7136564a06da0e5aab697813.tar.gz
homer-0121fa8036caaa1f7136564a06da0e5aab697813.tar.zst
homer-0121fa8036caaa1f7136564a06da0e5aab697813.zip
docs: add Lidarr service to customservices.md
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 3b3320d..311a4f2 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -65,18 +65,18 @@ Two lines are needed in the config.yml :
65The url must be the root url of Medusa application. 65The url must be the root url of Medusa application.
66The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. 66The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API.
67 67
68## Sonarr/Radarr 68## Lidarr, Sonarr and Radarr
69 69
70This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application. 70This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application.
71Two lines are needed in the config.yml : 71Two lines are needed in the config.yml :
72 72
73```yaml 73```yaml
74 type: "Radarr" or "Sonarr" 74 type: "Lidarr", "Radarr" or "Sonarr"
75 apikey: "01234deb70424befb1f4ef6a23456789" 75 apikey: "01234deb70424befb1f4ef6a23456789"
76``` 76```
77 77
78The url must be the root url of Radarr/Sonarr application. 78The url must be the root url of Lidarr, Radarr or Sonarr application.
79The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. 79The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
80 80
81## PaperlessNG 81## PaperlessNG
82 82