The sleekest looking WEBUI for qBittorrent made with Vuejs!
Find a file
2024-02-20 03:16:18 +01:00
.github chore(localization): Automatically update language metadata from Tolgee (#1508) 2024-02-07 10:31:31 +01:00
.vscode feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
public perf(sw): Use relative addresses for better compatibility with reverse proxies (#1511) 2024-02-12 20:26:06 +01:00
readme_assets chore: update readme screenshots 2023-10-20 15:26:06 +02:00
src chore: update translations (#1522) 2024-02-18 07:36:04 +01:00
tests feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
.env.development chore: MockProvider use predefined hashes (#1446) 2024-01-07 12:29:56 +01:00
.eslintrc.cjs feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
.gitignore feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
.prettierignore chore(linter): Update linter config (#1437) 2024-01-02 04:14:25 +01:00
.prettierrc.json feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
.release-please-manifest.json chore(master): release 2.7.0 (#1491) 2024-02-09 17:39:42 -05:00
CHANGELOG.md chore: update translations (#1509) 2024-02-11 03:44:09 -05:00
docker-compose.yml feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
index.html perf(sw): Use relative addresses for better compatibility with reverse proxies (#1511) 2024-02-12 20:26:06 +01:00
LICENSE chore: LICENSE (#1445) 2024-01-06 21:29:55 +01:00
package-lock.json chore(deps): bump the all group with 10 updates (#1525) 2024-02-20 03:16:18 +01:00
package.json chore(deps): bump the all group with 10 updates (#1525) 2024-02-20 03:16:18 +01:00
README.md chore(readme): Move installation to wiki (#1475) 2024-01-20 22:17:56 +01:00
release-please-config.json chore(ci): Clean reduce and update (#1399) 2023-12-27 09:09:51 +01:00
tsconfig.json feat(content): Rework content tab entirely (#1470) 2024-01-28 11:56:46 +01:00
tsconfig.node.json feat!: Vue3 Rewrite (#757) 2023-10-20 15:15:28 +02:00
vite.config.ts chore: update translations (#1476) 2024-01-21 05:54:20 +01:00
VueTorrent-logo.png Feat: New Logo 2021-04-15 17:25:39 +02:00
write-version.cjs chore: Add version.txt in build (#1395) 2023-12-07 19:50:37 +01:00

VueTorrent

VueTorrent

The sleekest looking WebUI for qBittorrent made with Vue.js!

Join us on Discord

Vue qBittorrent Vuetify

stars Forks Issues Closed Closed PR Version Test Status Downloads

Screenshots

  • Desktop

Screenshot Desktop (Light Mode)

  • Desktop Dark Mode

Screenshot Desktop (Dark Mode)

  • Mobile Dark Mode

Screenshot Mobile Dashboard (Dark Mode) Screenshot Mobile Dashboard (Light Mode)

Installation

Checkout the wiki!

Development

  • Clone the repo
  • npm install
  • npm start
  • npm run lint (to format the code)
  • docker-compose up -d (starts a qbittorrent docker, optional)
  • Open the WebUI on localhost with the default credentials
    • Default username is always admin
    • Default password is adminadmin on 4.6.0 and below, and is generated on 4.6.1 and above
  • Make sure "CSRF protection" and "Host header verification" is disabled on the target server!
  • Edit env.development to tweak your dev environment (e.g. fake torrents)

Features

  • Torrents
    • add / remove / pause / resume / rename torrents
    • selectively download files
    • view info / trackers / peers / content / tags & categories
    • search for new torrents straight from the WebUI!
    • search filtering powered by Fuse.js!
  • Keyboard shortcuts!
    • Mac keymap is supported (use Cmd instead of Ctrl)
    • Press Escape to dismiss any dialogs or to return to Dashboard view
    • Dashboard
      • Select all torrents with Ctrl-A
      • Focus search input with Ctrl-F
        • Press again to enable native browser search
      • When no dialogs are opened, press Escape to unfocus search input
        • Press again to unselect all torrents
      • Delete selected torrents with Delete (Fn-Backspace on Mac)
      • Ctrl-click on a torrent card to enable multi-select mode and select it
      • Hold Shift and click on a torrent card to select all torrents between the last selected torrent and the clicked torrent
  • System
    • see session stats (down / upload speed, session uploaded / downloaded, free space)
    • beautiful transfer graphs
    • change the most common settings
  • Extra features the default WebUI doesn't have
    • mobile friendly! (can be installed as a PWA)
    • Configureable Dashboard: choose which torrent properties are shown for both busy and completed torrents
  • Optimized for the latest version of qBittorrent

Contributing

Open up a PR or create an issue to discuss. Reach out on Discord if you need help getting started!

FAQ

Localize the app

We use Tolgee to manage translations. If you want to help, let us know which locale do you want to work on in the discord server to be added to the project.

Support

Open up an issue 😛

but before you do that:

  • confirm you're on the latest version of VueTorrent
  • confirm there is no other issue mentioning the same problem

Contributors