mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 10:55:50 +03:00
The sleekest looking WEBUI for qBittorrent made with Vuejs!
.github | ||
public | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
docker-compose.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
precompile-release.sh | ||
README.md | ||
vue.config.js |
VueTorrent
The sleekest looking WEBUI for qBittorrent made with Vuejs!
Vue, qBitorrent, Vuetify
Screenshots
Installation
manual
- Visit the releases page!
- Download the latest release.zip
- Unzip this folder
- Point your Alternate WEBUI location to the 'vuetorrent' folder
'automatic'
- head over to the 'latest_release' branch
- clone it
git clone --single-branch --branch latest-release https://github.com/WDaan/VueTorrent.git
- pull every once in a while
Development
- clone the repo
- npm install
- npm run serve
- npm run lint (to format the code)
- docker-compose up -d (to start qbittorrent docker => optional, you can edit vue.config.js as well)
Features
-
Torrents
- adding / removing / pausing / resuming / renaming
- selectively downloading files
- view info / trackers / peers / content / tags & categories
- searching for new torrents straight from the WEBUI!
- search filtering powered by Fuse.js!
-
Keyboard shortcuts!
- select all torrents with ctrl+A
- delete selected with delete button
- select with ctrl+click or from right-click-menu
- shift + click to select from one torrent until another
-
System
- see sessions status ( down / upload speed, session uploaded / downloaded, free space)
- changing 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
-
works on QBittorrent V4.2 and later
Contributing
I'll gladly accept help/pull requests & advice!
FAQ
Unacceptable file type, only regular file is allowed.
Disable/Uninstall
When you use VueTorrent, it gets installed as a PWA so that it can feel more like an app. If you disable or uninstall VueTorrent, sometimes you'll see fragments of the VueTorrent PWA stick around, due to the nature of how PWAs work. Here's how to fix it:
- Open up your browser's inspector (on Chrome, click the ︙ menu, then go to More tools ˃ Developer tools)
- Select the "Application" tab. Select the "Clear storage" submenu, and then press the "Clear site data" button.
Support
- Open up an issue 😛
Credits
- Other alternate WebUI written in Vue 'CzBiX qb-web '