Files
homepage/docs/widgets/services/qbittorrent.md
AdamWHY2K 8f756d4084
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Enhancement: Add size of torrent(s) in leechProgress list to qbittorrent widget (#5803)
2025-09-26 23:28:15 -07:00

21 lines
507 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
enableLeechSize: true # optional, defaults to false
```