Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/5bc67137f6cb37ec7ed3d21da83d0bcdbcfbd03b/docs/widgets/services/qbittorrent.md?display=source You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/qbittorrent.md

20 lines
453 B

---
title: qBittorrent
description: qBittorrent Widget Configuration
---
Learn more about [qBittorrent](https://github.com/qbittorrent/qBittorrent).
Uses the same username and password used to login from the web.
Allowed fields: `["leech", "download", "seed", "upload"]`.
```yaml
widget:
type: qbittorrent
url: http://qbittorrent.host.or.ip
username: username
password: password
enableLeechProgress: true # optional, defaults to false
```