mirror of
https://github.com/isdenmois/qbit-client.git
synced 2026-08-31 05:32:04 +03:00
No description
- TypeScript 71.4%
- Vue 26.4%
- CSS 1.7%
- Dockerfile 0.3%
- HTML 0.2%
| .zed | ||
| configs | ||
| e2e | ||
| public | ||
| src | ||
| .editorconfig | ||
| .env.defaults | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| biome.json | ||
| bun.lock | ||
| bunfig.toml | ||
| CHECKS | ||
| Dockerfile | ||
| index.html | ||
| lefthook.yml | ||
| package.json | ||
| playwright.config.ts | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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