diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-02-10 21:52:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 21:52:05 +0100 |
commit | dec7e466b981ba48390e4771ba0f4e54a311c181 (patch) | |
tree | 7042a537c3ec4d388722e77fcba722b155ca4315 /docs/customservices.md | |
parent | d92444ec19f15351f62d6008dc6d4bee6838aa2a (diff) | |
parent | 096c7eda48ec14c7a58c8fe0d8a2502511d206d2 (diff) | |
download | homer-dec7e466b981ba48390e4771ba0f4e54a311c181.tar.gz homer-dec7e466b981ba48390e4771ba0f4e54a311c181.tar.zst homer-dec7e466b981ba48390e4771ba0f4e54a311c181.zip |
Merge pull request #365 from nthduy-deevotech/fix/sonarr-radarr-api
Support for Radarr, Sonarr V3 API
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 747d7a4..7e3e6b3 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -79,6 +79,16 @@ Two lines are needed in the config.yml : | |||
79 | 79 | ||
80 | The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. | 80 | The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. |
81 | The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. | 81 | The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. |
82 | If 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 | |||
84 | ```yaml | ||
85 | - name: "Radarr" | ||
86 | type: "Radarr" | ||
87 | url: "http://localhost:7878/" | ||
88 | apikey: "MY-SUPER-SECRET-API-KEY" | ||
89 | target: "_blank" | ||
90 | legacyApi: true | ||
91 | ``` | ||
82 | 92 | ||
83 | ## PaperlessNG | 93 | ## PaperlessNG |
84 | 94 | ||