mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
19 lines
428 B
Markdown
19 lines
428 B
Markdown
---
|
|
title: Radarr
|
|
description: Radarr Widget Configuration
|
|
---
|
|
|
|
Find your API key under `Settings > General`.
|
|
|
|
Allowed fields: `["wanted", "missing", "queued", "movies"]`.
|
|
|
|
A detailed queue listing is disabled by default, but can be enabled with the `enableQueue` option.
|
|
|
|
```yaml
|
|
widget:
|
|
type: radarr
|
|
url: http://radarr.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
enableQueue: true # optional, defaults to false
|
|
```
|