Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/9484a9ff56095da414edf53c02c9f7f5eb5e035e/docs/widgets/services/lidarr.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/lidarr.md

18 lines
330 B

2 years ago
---
title: Lidarr
description: Lidarr Widget Configuration
---
Learn more about [Lidarr](https://github.com/Lidarr/Lidarr).
2 years ago
Find your API key under `Settings > General`.
Allowed fields: `["wanted", "queued", "artists"]`.
```yaml
widget:
type: lidarr
url: http://lidarr.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
2 years ago
```