Add missing Bazarr, Jackett, and Prowlarr widget details

Jason Fischer
2022-10-02 09:02:55 -07:00
parent 66433349bf
commit 985d38f31f

@@ -125,6 +125,20 @@ widget:
``` ```
## Bazarr
Find your API key under `Settings > Generaly`.
Allowed fields: `["missingEpisodes", "missingMovies"]`.
```yaml
widget:
type: bazarr
url: http://bazarr.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
```
## Ombi ## Ombi
Find your API key under `Settings > Configuration > General`. Find your API key under `Settings > Configuration > General`.
@@ -141,7 +155,7 @@ widget:
## Overseerr ## Overseerr
Find your API key under `Settings > General > API Key`. Find your API key under `Settings > General`.
Allowed fields: `["pending", "approved", "available"]`. Allowed fields: `["pending", "approved", "available"]`.
@@ -188,7 +202,7 @@ widget:
## SABnzbd ## SABnzbd
Find your API key under `Config > General > API Key`. Find your API key under `Config > General`.
Allowed fields: `["rate", "queue", "timeleft"]`. Allowed fields: `["rate", "queue", "timeleft"]`.
@@ -245,6 +259,32 @@ widget:
``` ```
## Prowlarr
Find your API key under `Settings > General`.
Allowed fields: `["enableIndexers", "numberOfGrabs", "numberOfQueries", "numberOfFailGrabs", "numberOfFailQueries"]`.
```yaml
widget:
type: prowlarr
url: http://prowlarr.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
```
## Jackett
Jackett does not require any authentication for the widget to work, as it uses the data that is exposed publicly.
Allowed fields: `["configured", "errored"]`.
```yaml
widget:
type: jackett
url: http://jackett.host.or.ip
```
# Networking Utilities # Networking Utilities
Includes things like proxy managers, DNS providers and network statistics. Includes things like proxy managers, DNS providers and network statistics.