From 985d38f31f91aec6f7433629b357e5e10fd1553c Mon Sep 17 00:00:00 2001 From: Jason Fischer Date: Sun, 2 Oct 2022 09:02:55 -0700 Subject: [PATCH] Add missing Bazarr, Jackett, and Prowlarr widget details --- Service-Widgets.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/Service-Widgets.md b/Service-Widgets.md index c95ecc4..92a60ff 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -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 Find your API key under `Settings > Configuration > General`. @@ -141,7 +155,7 @@ widget: ## Overseerr -Find your API key under `Settings > General > API Key`. +Find your API key under `Settings > General`. Allowed fields: `["pending", "approved", "available"]`. @@ -188,7 +202,7 @@ widget: ## SABnzbd -Find your API key under `Config > General > API Key`. +Find your API key under `Config > General`. 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 Includes things like proxy managers, DNS providers and network statistics.