mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Added interval to update status for the *arrs & Tautulli
Signed-off-by: Matt Bentley <mbentley@mbentley.net>
This commit is contained in:
parent
b3e67b5af5
commit
5a1697a5e6
6 changed files with 27 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ Two lines are needed in the config.yml :
|
|||
```yaml
|
||||
type: "Lidarr", "Prowlarr", "Radarr" or "Sonarr"
|
||||
apikey: "<---insert-api-key-here--->"
|
||||
checkInterval: 5000 # (Optional) Interval (in ms) for updating the status
|
||||
```
|
||||
|
||||
The url must be the root url of Lidarr, Prowlarr, Readarr, Radarr or Sonarr application.
|
||||
|
|
@ -599,6 +600,7 @@ the "Web Interface" section of settings on the Tautulli web UI.
|
|||
url: "http://192.168.0.151:8181"
|
||||
type: "Tautulli"
|
||||
apikey: "<---insert-api-key-here--->"
|
||||
checkInterval: 5000 # (Optional) Interval (in ms) for updating the status
|
||||
```
|
||||
|
||||
Because the service type and link don't necessarily have to match, you could
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue