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

padhi-homelab/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 no tzdata.

Usage

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

Runs qbittorrent with WebUI served on port 8080.

The default login is:

  • username = admin
  • password = adminadmin