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

19 lines
505 B

2 years ago
---
title: NZBget
description: NZBget Widget Configuration
---
Learn more about [NZBget](https://github.com/nzbget/nzbget).
2 years ago
This widget uses the same authentication method as your browser when logging in (HTTP Basic Auth), and is often referred to as the ControlUsername and ControlPassword inside of Nzbget documentation.
Allowed fields: `["rate", "remaining", "downloaded"]`.
```yaml
widget:
type: nzbget
url: http://nzbget.host.or.ip
username: controlusername
password: controlpassword
2 years ago
```