mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 06:12:08 +08:00
Add missing Bazarr, Jackett, and Prowlarr widget details
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user