]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge branch 'main' into fix/sonarr-radarr-api 365/head
authorBastien Wirtz <bastien.wirtz@gmail.com>
Thu, 10 Feb 2022 20:50:53 +0000 (21:50 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 20:50:53 +0000 (21:50 +0100)
1  2 
docs/customservices.md

index 93179076bae6b9112fe17b7ecef3bca682e26b53,747d7a4638e0fbdb804b3a3328e626a338114486..7e3e6b3e60a9c4f48962e10b3087f73e6ab180a3
@@@ -77,18 -77,8 +77,18 @@@ Two lines are needed in the config.yml 
    apikey: "01234deb70424befb1f4ef6a23456789"
  ```
  
- The url must be the root url of Lidarr, Radarr or Sonarr application.
- The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
+ The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application.
+ The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
 +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: 
 +
 +```yaml
 +- name: "Radarr"
 +  type: "Radarr"
 +  url: "http://localhost:7878/"
 +  apikey: "MY-SUPER-SECRET-API-KEY"
 +  target: "_blank"
 +  legacyApi: true
 +```
  
  ## PaperlessNG