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

19 lines
395 B

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