Skip to content

A multiarch qBittorrent Docker image, based on Alpine Linux, with level 1,2,3 IPFilter block lists.

License

Notifications You must be signed in to change notification settings

mgaulton/docker_qbittorrent-nox

 
 

Repository files navigation

docker_qbittorrent-nox

A multiarch qBittorrent Docker image, based on Alpine Linux, with level 1,2,3 IPFilter block lists.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

The -core images contain IPFilter block lists, but no python3 (needed for search plugins) and tzdata.

Usage

docker run --detach \
           -p 8080:8080 \
           -e DOCKER_UID=`id -u` \
           -v /path/to/store/configs:/configs \
           -v /path/to/store/data/and/logs:/data \
           -v /path/to/finished/downloads:/torrents/complete \
           -v /path/to/incomplete/downloads:/torrents/incomplete \
           -it padhihomelab/qbittorrent-nox

Runs qbittorrent with WebUI served on port 8080.

About

A multiarch qBittorrent Docker image, based on Alpine Linux, with level 1,2,3 IPFilter block lists.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 88.5%
  • Shell 11.5%