A standalone version of VueTorrent.Use nginx as a web server so you can use vuetorrent and qbittorrent's default webui same time.
Docker Image:DockerHub:nukewarrior/vuetorrent-standalone
For more infomation about VueTorrent, see GitHub:VueTorrent/VueTorrent
docker run -itd \
-p 8888:80 \
--name vqb \
-e QB_HOST=http://192.168.2.34 \
-e QB_PORT=8080 \
nukecat/vuetorrent-standalone:latest
- Rename
vqb
to your preferred container name. - Modify
8888
to your preferred port number, which is used to access vuetorrent. - Set
QB_HOST
to the IP address or domain name of your qbittorrent container, for example,https://my.domain.com
; don't forget to includehttp://
orhttps://
. - Set
QB_PORT
to the port number used to access your qbittorrent container. - Access vuetorrent and log in using your qbtorrent account and password.
-
download latest release zip file from https://github.com/VueTorrent/VueTorrent/releases
-
unzip it
-
build your images
docker build -t image_name:images_tag .
-
run your image with
QB_HOST
andQB_PORT
environment variables -
Access vuetorrent and log in using your qbtorrent account and password.