docs: add Lidarr service to customservices.md

This commit is contained in:
Paul Hagedorn 2021-11-02 18:28:47 +01:00
parent 754372579e
commit 0121fa8036
No known key found for this signature in database
GPG Key ID: F101A89B92C62192

View File

@ -65,18 +65,18 @@ Two lines are needed in the config.yml :
The url must be the root url of Medusa application. 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. 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 : Two lines are needed in the config.yml :
```yaml ```yaml
type: "Radarr" or "Sonarr" type: "Lidarr", "Radarr" or "Sonarr"
apikey: "01234deb70424befb1f4ef6a23456789" apikey: "01234deb70424befb1f4ef6a23456789"
``` ```
The url must be the root url of Radarr/Sonarr application. The url must be the root url of Lidarr, Radarr or Sonarr application.
The Radarr/Sonarr API key can be found in Settings > General. It is needed to access the API. The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
## PaperlessNG ## PaperlessNG