2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
|
title: Jellyseerr
|
|
|
|
|
description: Jellyseerr Widget Configuration
|
|
|
|
|
---
|
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Jellyseerr](https://github.com/Fallenbagel/jellyseerr).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Find your API key under `Settings > General > API Key`.
|
|
|
|
|
|
2025-08-29 19:14:13 +01:00
|
|
|
Allowed fields: `["pending", "approved", "available", "issues"]`.
|
2025-08-29 17:22:41 -07:00
|
|
|
Default fields: `["pending", "approved", "available"]`.
|
2023-09-29 21:01:11 +03:00
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: jellyseerr
|
|
|
|
|
url: http://jellyseerr.host.or.ip
|
|
|
|
|
key: apikeyapikeyapikeyapikeyapikey
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|