No description
  • TypeScript 71.4%
  • Vue 26.4%
  • CSS 1.7%
  • Dockerfile 0.3%
  • HTML 0.2%
Find a file
2026-08-25 21:38:02 +03:00
.zed test: playwright 2026-07-19 16:57:38 +03:00
configs chore: deploy 2024-03-07 21:38:12 +03:00
e2e feat(limits): show limits descriptions 2026-08-25 21:38:02 +03:00
public chore: svelte -> vue 2026-07-19 21:55:06 +03:00
src feat(limits): show limits descriptions 2026-08-25 21:38:02 +03:00
.editorconfig chore: svelte -> vue 2026-07-19 21:55:06 +03:00
.env.defaults Initial commit 2024-01-06 22:25:05 +03:00
.env.example chore: project overhaul 2026-07-26 18:40:59 +03:00
.gitignore test: playwright 2026-07-19 16:57:38 +03:00
AGENTS.md chore: small fixes 2026-08-02 18:31:35 +03:00
biome.json chore: code overhaul 2026-07-26 11:22:00 +03:00
bun.lock chore: small fixes 2026-08-02 18:31:35 +03:00
bunfig.toml chore: code overhaul 2026-07-26 11:22:00 +03:00
CHECKS feat: date 2025-08-23 21:39:05 +03:00
Dockerfile build: use bun install cache 2026-07-26 11:35:02 +03:00
index.html chore: svelte -> vue 2026-07-19 21:55:06 +03:00
lefthook.yml chore: lefthook 2026-07-26 11:31:20 +03:00
package.json chore: small fixes 2026-08-02 18:31:35 +03:00
playwright.config.ts chore: minor issues 2026-07-25 10:13:17 +03:00
README.md chore: project overhaul 2026-07-26 18:40:59 +03:00
tsconfig.json chore: project overhaul 2026-07-26 18:40:59 +03:00
tsconfig.node.json Initial commit 2024-01-06 22:25:05 +03:00
vite.config.ts chore: project overhaul 2026-07-26 18:40:59 +03:00

qbit-client

A lightweight Vue 3 frontend for the qBittorrent Web API.

Development

  • Runtime: Bun
  • Install dependencies: bun install
  • Start dev server: bun run dev
  • Run checks: bun run check
  • Run tests: bun run test

Environment variables

  • VITE_ADDRESS — qBittorrent API base URL (default: http://localhost:9990)
  • VITE_JK_URL — Jackett/Prowlarr-compatible search backend URL