mirror of
https://github.com/gethomepage/homepage.git
synced 2026-05-18 19:40:58 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
21 lines
495 B
Markdown
21 lines
495 B
Markdown
---
|
|
title: Seerr Widget
|
|
description: Seerr Widget Configuration
|
|
---
|
|
|
|
Learn more about [Seerr](https://github.com/seerr-team/seerr).
|
|
|
|
Find your API key under `Settings > General > API Key`.
|
|
|
|
_Note that Jellyseerr was merged with Overseerr and renamed Seerr._
|
|
|
|
Allowed fields: `["pending", "approved", "available", "issues"]`.
|
|
Default fields: `["pending", "approved", "available"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: jellyseerr
|
|
url: http://jellyseerr.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
```
|