mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 07:05:56 -07:00
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
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
24 lines
681 B
Markdown
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
|
|
```
|