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/67d99a5512e11d45bc457fffd940b1835a9963c3/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

1 year ago
---
title: Lidarr
description: Lidarr Widget Configuration
---
Learn more about [Lidarr](https://github.com/Lidarr/Lidarr).
1 year 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
1 year ago
```