Files
homepage/docs/widgets/services/qbittorrent.md
Mindfreak9100 22c02f4e45
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
Enhancement: downloading torrents list for qbittorrent (#4405)
2024-12-12 16:32:03 -08:00

20 lines
453 B
Markdown

---
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
```