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/radarr.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/radarr.md

21 lines
490 B

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