19 lines
417 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Sonarr
description: Sonarr Widget Configuration
---
Find your API key under `Settings > General`.
Allowed fields: `["wanted", "queued", "series"]`.
A detailed queue listing is disabled by default, but can be enabled with the `enableQueue` option.
```yaml
widget:
type: sonarr
url: http://sonarr.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
enableQueue: true # optional, defaults to false
2023-09-29 21:01:11 +03:00
```