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

21 lines
479 B

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