https://github.com/arafatamim/linuxserver-io-mod-vuetorrent
VueTorrent theme mod for LinuxServer.io's qBittorrent container
https://github.com/arafatamim/linuxserver-io-mod-vuetorrent
docker docker-mods linuxserver-io qbittorrent-webui
Last synced: about 1 year ago
JSON representation
VueTorrent theme mod for LinuxServer.io's qBittorrent container
- Host: GitHub
- URL: https://github.com/arafatamim/linuxserver-io-mod-vuetorrent
- Owner: arafatamim
- Created: 2021-03-08T11:25:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:05:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T20:21:34.585Z (about 1 year ago)
- Topics: docker, docker-mods, linuxserver-io, qbittorrent-webui
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 52
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linuxserver-io-mod-vuetorrent
[VueTorrent](https://github.com/WDaan/VueTorrent) theme mod for LinuxServer.io's qBittorrent container
## Similar projects
- [gabe565/linuxserver-mod-vuetorrent](https://github.com/gabe565/linuxserver-mod-vuetorrent)
## Usage
1. Add an environment variable called `DOCKER_MODS` with the value `arafatamim/linuxserver-io-mod-vuetorrent` when creating the container.
Example: `docker-compose.yml`
```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
```
2. Go to Settings -> WEBUI, check `Use alternative Web UI` and enter its location `/vuetorrent`, then save.

## Sources
- [VueTorrent repo](https://github.com/WDaan/VueTorrent)
- [LinuxServer's qBittorrent on Docker Hub](https://hub.docker.com/r/linuxserver/qbittorrent)