aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-02-10 21:50:53 +0100
committerGitHub <noreply@github.com>2022-02-10 21:50:53 +0100
commit096c7eda48ec14c7a58c8fe0d8a2502511d206d2 (patch)
tree7042a537c3ec4d388722e77fcba722b155ca4315 /docs
parent6c8f9f1c5b440e9cf837a9ecaf9fd4b52815387c (diff)
parentd92444ec19f15351f62d6008dc6d4bee6838aa2a (diff)
downloadhomer-096c7eda48ec14c7a58c8fe0d8a2502511d206d2.tar.gz
homer-096c7eda48ec14c7a58c8fe0d8a2502511d206d2.tar.zst
homer-096c7eda48ec14c7a58c8fe0d8a2502511d206d2.zip
Merge branch 'main' into fix/sonarr-radarr-api
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 9317907..7e3e6b3 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -67,18 +67,18 @@ Two lines are needed in the config.yml :
67The url must be the root url of Medusa application. 67The url must be the root url of Medusa application.
68The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. 68The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API.
69 69
70## Lidarr, Sonarr and Radarr 70## Lidarr, Prowlarr, Sonarr and Radarr
71 71
72This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. 72This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application.
73Two lines are needed in the config.yml : 73Two lines are needed in the config.yml :
74 74
75```yaml 75```yaml
76 type: "Lidarr", "Radarr" or "Sonarr" 76 type: "Lidarr", "Prowlarr", "Radarr" or "Sonarr"
77 apikey: "01234deb70424befb1f4ef6a23456789" 77 apikey: "01234deb70424befb1f4ef6a23456789"
78``` 78```
79 79
80The url must be the root url of Lidarr, Radarr or Sonarr application. 80The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application.
81The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. 81The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
82If you are using an older version of Radarr or Sonarr which don't support the new V3 api endpoints, add the following line to your service config "legacyApi: true", example: 82If you are using an older version of Radarr or Sonarr which don't support the new V3 api endpoints, add the following line to your service config "legacyApi: true", example:
83 83
84```yaml 84```yaml