Files
homepage/docs/widgets/services/qbittorrent.md
T
John Reiner 9b014e43b5
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Enhancement: support qBittorrent apikey (#6791)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2026-06-20 22:51:56 +00:00

24 lines
681 B
Markdown

---
title: qBittorrent
description: qBittorrent Widget Configuration
---
Learn more about [qBittorrent](https://github.com/qbittorrent/qBittorrent).
Authenticate using the WebUI username and password or the API Key `(qBittorrent ≥ v5.2.0)`.
API Key is located in `Options > WebUI > Authentication > API Key`.
Allowed fields: `["leech", "download", "seed", "upload"]`.
```yaml
widget:
type: qbittorrent
url: http://qbittorrent.host.or.ip
username: username
password: password
key: qbt_apikey # required if using API key instead of username/password
enableLeechProgress: true # optional, defaults to false
enableLeechSize: true # optional, defaults to false
```