aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-12-13 11:54:04 -0800
committerGitHub <noreply@github.com>2021-12-13 11:54:04 -0800
commitb1c85864410e5a5515124125e387518d2fbb4c07 (patch)
tree1a16186e52de3eb7f1ddd72551dedd5586b60562 /docs
parent9c77651692468ba68f631e03b22a6227b5759240 (diff)
parent0121fa8036caaa1f7136564a06da0e5aab697813 (diff)
downloadhomer-b1c85864410e5a5515124125e387518d2fbb4c07.tar.gz
homer-b1c85864410e5a5515124125e387518d2fbb4c07.tar.zst
homer-b1c85864410e5a5515124125e387518d2fbb4c07.zip
Merge pull request #329 from Panzer1119/main
Add Lidarr service
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 6850bbb..7d47542 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -63,18 +63,18 @@ Two lines are needed in the config.yml :
63The url must be the root url of Medusa application. 63The url must be the root url of Medusa application.
64The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. 64The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API.
65 65
66## Sonarr/Radarr 66## Lidarr, Sonarr and Radarr
67 67
68This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application. 68This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application.
69Two lines are needed in the config.yml : 69Two lines are needed in the config.yml :
70 70
71```yaml 71```yaml
72 type: "Radarr" or "Sonarr" 72 type: "Lidarr", "Radarr" or "Sonarr"
73 apikey: "01234deb70424befb1f4ef6a23456789" 73 apikey: "01234deb70424befb1f4ef6a23456789"
74``` 74```
75 75
76The url must be the root url of Radarr/Sonarr application. 76The url must be the root url of Lidarr, Radarr or Sonarr application.
77The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. 77The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
78 78
79## PaperlessNG 79## PaperlessNG
80 80