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.