diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-02-10 21:43:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 21:43:58 +0100 |
commit | 5fdf790e2cbfc11acff8e4d93d55433d28dd678f (patch) | |
tree | c0d93a815445ec67540ee4b8bf285d891f9863eb /docs/customservices.md | |
parent | 5afd21a84c0c405a600ca0faf77b3e178175a3ea (diff) | |
parent | 50b3bddff1545d800cc4deeaa6e73b6eb278460d (diff) | |
download | homer-5fdf790e2cbfc11acff8e4d93d55433d28dd678f.tar.gz homer-5fdf790e2cbfc11acff8e4d93d55433d28dd678f.tar.zst homer-5fdf790e2cbfc11acff8e4d93d55433d28dd678f.zip |
Merge pull request #364 from Zareix/feature/add-prowlarr
Added Prowlarr custom services
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 77109b7..747d7a4 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -67,18 +67,18 @@ Two lines are needed in the config.yml : | |||
67 | The url must be the root url of Medusa application. | 67 | The url must be the root url of Medusa application. |
68 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. | 68 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. |
69 | 69 | ||
70 | ## Lidarr, Sonarr and Radarr | 70 | ## Lidarr, Prowlarr, Sonarr and Radarr |
71 | 71 | ||
72 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. | 72 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. |
73 | Two lines are needed in the config.yml : | 73 | Two lines are needed in the config.yml : |
74 | 74 | ||
75 | ```yaml | 75 | ```yaml |
76 | type: "Lidarr", "Radarr" or "Sonarr" | 76 | type: "Lidarr", "Prowlarr", "Radarr" or "Sonarr" |
77 | apikey: "01234deb70424befb1f4ef6a23456789" | 77 | apikey: "01234deb70424befb1f4ef6a23456789" |
78 | ``` | 78 | ``` |
79 | 79 | ||
80 | The url must be the root url of Lidarr, Radarr or Sonarr application. | 80 | The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. |
81 | The Lidarr, 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 | 82 | ||
83 | ## PaperlessNG | 83 | ## PaperlessNG |
84 | 84 | ||