2019-04-17 21:14:33 +02:00
|
|
|
# VueTorrent
|
2019-04-15 16:50:38 +02:00
|
|
|
|
2019-04-17 21:14:33 +02:00
|
|
|
A modern looking WEBUI for qBittorrent made with Vuejs & express!
|
|
|
|
|
|
|
|
(support for more clients coming in the future)
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://i.imgur.com/vPBcrK4.png"><img src="https://i.imgur.com/vPBcrK4.png" title="Desktop" alt="Desktop Screenshot" ></a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://i.imgur.com/SUOEyy9.png"><img src="https://i.imgur.com/SUOEyy9.png" title="Mobile" alt="Mobile Screenshot" width="320" height="500"></a>
|
|
|
|
</p>
|
2019-04-15 16:50:38 +02:00
|
|
|
|
|
|
|
|
2019-04-17 21:14:33 +02:00
|
|
|
> Vue, Node, Express, qBitorrent
|
2019-04-15 16:50:38 +02:00
|
|
|
|
2019-04-17 21:14:33 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
- Probably a Docker image but I haven't properly figured out this part yet...
|
|
|
|
|
|
|
|
### Development
|
|
|
|
|
|
|
|
FRONTEND : Git clone & npm run serve!
|
|
|
|
|
|
|
|
SERVER : (npm run build, copy dist to server (optional)) & nodemon server.js!
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 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 & advice! (this is my first project of this nature, pls be kind :P ).
|
|
|
|
|
|
|
|
## 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!
|
|
|
|
|
|
|
|
- <a href="https://m.me/WijnsDaan" target="_blank">`Facebook Messenger`</a>
|
|
|
|
- Open up an issue :P
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
[](https://www.gnu.org/licenses/gpl-3.0)
|