]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #329 from Panzer1119/main
authorBastien Wirtz <bastien.wirtz@gmail.com>
Mon, 13 Dec 2021 19:54:04 +0000 (11:54 -0800)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 19:54:04 +0000 (11:54 -0800)
Add Lidarr service

1  2 
docs/customservices.md

diff --combined docs/customservices.md
index 6850bbbb13e2d993d4867580a7e56f0427620939,311a4f22709442b496087977baf2b56db5bc0e2e..7d475422b33f3bbe63b935a457dec73175a0a0d9
@@@ -18,6 -18,8 +18,6 @@@ If you experiencing any issue, please h
    type: "<type>"
  ```
  
 -⚠️🚧 `endpoint` & `useCredentials` new options are not yet supported by all custom services (but will be very soon).
 -
  ## PiHole
  
  Using the PiHole service you can display info about your local PiHole instance right on your Homer dashboard.
@@@ -63,18 -65,18 +63,18 @@@ Two lines are needed in the config.yml 
  The url must be the root url of Medusa application.
  The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API.
  
- ## Sonarr/Radarr
+ ## Lidarr, Sonarr and Radarr
  
- This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Radarr/Sonarr application.
+ This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application.
  Two lines are needed in the config.yml :
  
  ```yaml
-   type: "Radarr" or "Sonarr"
+   type: "Lidarr", "Radarr" or "Sonarr"
    apikey: "01234deb70424befb1f4ef6a23456789"
  ```
  
- The url must be the root url of Radarr/Sonarr application.
- The Radarr/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, Radarr or Sonarr application.
+ The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
  
  ## PaperlessNG