VueTorrent theme mod for LinuxServer.io's qBittorrent container
- Add an environment variable called
DOCKER_MODS
with the valuearafatamim/linuxserver-io-mod-vuetorrent
when creating the container.
Example: docker-compose.yml
...
qbittorrent:
image: linuxserver/qbittorrent
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- UMASK=022
- WEBUI_PORT=9090
- DOCKER_MODS=arafatamim/linuxserver-io-mod-vuetorrent
volumes:
- ./data/qbittorrent:/config
- /home/user/Downloads:/downloads
ports:
- 6881:6881
- 6881:6881/udp
- 9090:9090
restart: unless-stopped
- Go to Settings -> WEBUI, check
Use alternative Web UI
and enter its location/vuetorrent
, then save.