The sleekest looking WEBUI for qBittorrent made with Vuejs!
Find a file
Daan Wijns fd521ceb06 readm
2020-03-22 11:00:58 +01:00
public First commit 2019-04-15 16:50:38 +02:00
server qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
src qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
.dockerignore fixed deployment (finally) 2019-08-10 17:56:54 +02:00
.env.example fixed deployment (finally) 2019-08-10 17:56:54 +02:00
.eslintrc.js qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
.gitignore fixed deployment (finally) 2019-08-10 17:56:54 +02:00
babel.config.js qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
Dockerfile qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
LICENSE Create LICENSE 2019-04-17 21:04:27 +02:00
package-lock.json qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
package.json qbit-api-v2 begin 2020-03-22 10:59:38 +01:00
README.md readm 2020-03-22 11:00:58 +01:00
vue.config.js qbit-api-v2 begin 2020-03-22 10:59:38 +01:00

VueTorrent

A modern looking WEBUI for qBittorrent made with Vuejs & express!

(support for more clients coming in the future)

Vue, Node, Express, qBitorrent

Update

now using this 'https://github.com/TheFlow95/node-qbittorrent-api-v2/blob/master/src/qbt.js' qbittorrent-api

& deleting & adding don't quite work yet :/

Screenshots

Desktop Screenshot

Mobile Screenshot

Installation

Easiest way is with docker-compose:

	vuetorrent:
		image: wdaan/vuetorrent
	    container_name: vuetorrent
	    restart: always
	    ports:
	      - "4000:4000"
	    environment:
	      - VUE_APP_WEB_USER=vuetr
	      - VUE_APP_WEB_PASS=vuetr
	      - QBIT_USER=qbit
	      - QBIT_PASS=qbit
	      - QBIT_HOST=http://10.0.0.8:8080
	      - PORT=4000 

Development

FRONTEND : Git clone & npm run serve!

SERVER : npm run build & npm run start!

Features

  • viewing sessions stats ( down / upload speed, session uploaded / downloaded )

  • adding / removing / pausing / resuming torrents

  • sorting by every property shown!

  • mobile friendly! (maybe not for thousands of torrents...)

Contributing

I'll gladly accept help/pull requests & advice! (this is my first project of this nature, pls be kind 😛 ).

FAQ

  • Why build this??

  • Why not? Most WebUI's look very dated and now it's no longer necessary to search for a remote control app!

Support

Reach out to me at one of the following places!

Credits

Dashboard design heavily inspired by: 'https://github.com/iamshaunjp/vuetify-playlist'

Also check out The Net Ninja's Youtube Channel.


License: GPL v3