Files
homepage/docs/widgets/services/qui.md
T
d001910e86
Docker CI / Docker Build & Push (push) Waiting to run
Lint / Linting Checks (push) Waiting to run
Release Drafter / Update Release Draft (push) Waiting to run
Release Drafter / Auto Label PR (push) Waiting to run
Tests / vitest (1) (push) Waiting to run
Tests / vitest (2) (push) Waiting to run
Tests / vitest (3) (push) Waiting to run
Tests / vitest (4) (push) Waiting to run
Feature: qui widget (#7192)
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>
2026-09-25 16:46:43 +00:00

941 B

title, description
title description
qui qui Widget Configuration

Learn more about 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.
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.