mgaulton / docker_qbittorrent-nox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dockerfile 88.5%Language:Shell 11.5%