aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
authorDuy NGUYEN <duynguyen@deevotech.com>2022-02-01 17:05:23 +0100
committerDuy NGUYEN <duynguyen@deevotech.com>2022-02-01 17:05:23 +0100
commit8ede30411ed1726ed3885fd617364924e677abc2 (patch)
tree28ccd2b03b485450efdbe2d49484ae7f02837f9d /docs/customservices.md
parentcb154a6818cd25a36298e307cb415b11e9bd2247 (diff)
downloadhomer-8ede30411ed1726ed3885fd617364924e677abc2.tar.gz
homer-8ede30411ed1726ed3885fd617364924e677abc2.tar.zst
homer-8ede30411ed1726ed3885fd617364924e677abc2.zip
Radarr and Sonarr V3 api support optional
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 77109b7..91c4051 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -79,6 +79,16 @@ Two lines are needed in the config.yml :
79 79
80The url must be the root url of Lidarr, Radarr or Sonarr application. 80The url must be the root url of Lidarr, 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, 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:
83
84```yaml
85- name: "Radarr"
86 type: "Radarr"
87 url: "http://localhost:8989/"
88 apikey: "MY-SUPER-SECRET-API-KEY"
89 target: "_blank" # optional html tag target attribute
90 legacyApi: true
91```
82 92
83## PaperlessNG 93## PaperlessNG
84 94