Overseerr¶
Shows a snapshot of your Overseerr request pipeline: how many requests are pending review, approved and processing, already available, and the total request count.
Configuration¶
{ id: "my-overseerr", type: "overseerr", col: 1, row: 1, width: 6, height: 1,
config: {
title: "Overseerr",
url: "http://localhost:5055",
apiKey: "your-api-key",
}
}
Options¶
| Field | Type | Default | Description |
|---|---|---|---|
title |
string | "Overseerr" |
Heading displayed on the widget. |
url |
string | "http://localhost:5055" |
Base URL of your Overseerr instance. |
apiKey |
string | — | Overseerr API key. See Credentials. |
Credentials¶
Open Overseerr and navigate to Settings > General. Your API key is shown in the API Key field. Copy it and paste it into the apiKey field.
Warning
Keep your API key private. It grants access to request data and user information.