You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
305 B
16 lines
305 B
1 year ago
|
---
|
||
|
title: Jellyseerr
|
||
|
description: Jellyseerr Widget Configuration
|
||
|
---
|
||
|
|
||
|
Find your API key under `Settings > General > API Key`.
|
||
|
|
||
|
Allowed fields: `["pending", "approved", "available"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: jellyseerr
|
||
|
url: http://jellyseerr.host.or.ip
|
||
|
key: apikeyapikeyapikeyapikeyapikey
|
||
|
```
|