mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
17 lines
330 B
Markdown
17 lines
330 B
Markdown
---
|
|
title: Lidarr
|
|
description: Lidarr Widget Configuration
|
|
---
|
|
|
|
Learn more about [Lidarr](https://github.com/Lidarr/Lidarr).
|
|
|
|
Find your API key under `Settings > General`.
|
|
|
|
Allowed fields: `["wanted", "queued", "artists"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: lidarr
|
|
url: http://lidarr.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
```
|