mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-26 14:01:16 -07:00
Docker CI / Docker Build & Push (push) Canceled after 0s
Tests / vitest (1) (push) Canceled after 0s
Tests / vitest (2) (push) Canceled after 0s
Lint / Linting Checks (push) Canceled after 0s
Release Drafter / Update Release Draft (push) Canceled after 0s
Release Drafter / Auto Label PR (push) Canceled after 0s
Tests / vitest (3) (push) Canceled after 0s
Tests / vitest (4) (push) Canceled after 0s
Co-authored-by: yorah <yoram.harmelin@gmail.com> Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
31 lines
941 B
Markdown
31 lines
941 B
Markdown
---
|
|
title: qui
|
|
description: qui Widget Configuration
|
|
---
|
|
|
|
Learn more about [qui](https://github.com/autobrr/qui).
|
|
|
|
Generate an API key in qui under **Settings → API Keys**.
|
|
|
|
The widget has two modes:
|
|
|
|
- **Aggregated (default):** omit `instance` to show combined stats across all qBittorrent instances monitored by qui.
|
|
- **Per-instance:** set `instance` to the qui ID (visible in the qui UI) to show just that one.
|
|
|
|
```yaml
|
|
widget:
|
|
type: qui
|
|
url: http://qui.host.or.ip:7476
|
|
key: quiapikeyquiapikeyquiapikey
|
|
instance: 1 # optional; omit for aggregated stats across all instances
|
|
fields: ["leech", "download", "seed", "upload"] # optional
|
|
```
|
|
|
|
## Fields
|
|
|
|
Allowed fields: `["leech", "download", "seed", "upload", "total", "errored", "ratio", "freeSpace"]` (maximum of 4).
|
|
|
|
Default fields: `["leech", "download", "seed", "upload"]`.
|
|
|
|
Note: `ratio` and `freeSpace` are only available with the 'single instance' version of the widget.
|