mirror of
https://github.com/gethomepage/homepage.git
synced 2025-11-10 08:36:37 -05:00
19 lines
440 B
Markdown
19 lines
440 B
Markdown
---
|
|
title: Jellyseerr
|
|
description: Jellyseerr Widget Configuration
|
|
---
|
|
|
|
Learn more about [Jellyseerr](https://github.com/Fallenbagel/jellyseerr).
|
|
|
|
Find your API key under `Settings > General > API Key`.
|
|
|
|
Allowed fields: `["pending", "approved", "available", "issues"]`.
|
|
Default fields: `["pending", "approved", "available"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: jellyseerr
|
|
url: http://jellyseerr.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
```
|