Quinn Cynopolis
  • Joined on 2025-05-07

qbitorrent-vpn-custom (latest)

Published 2025-07-27 14:00:53 +00:00 by Cynopolis

Installation

docker pull git.off-the-cliff.work/cynopolis/qbitorrent-vpn-custom:latest
sha256:024732c13d347759c2c8b0e8054318a10661e17c1ea11ae6bec909a3698f7c33

Image Layers

LABEL org.opencontainers.image.authors=binhex
LABEL org.opencontainers.image.source=https://github.com/binhex/arch-base
ARG RELEASETAG=2025071102
ARG TARGETARCH=amd64
ADD build/common/root/*.conf /etc/supervisor.conf # buildkit
ADD build/common/root/bootstrap.sh /bootstrap/ # buildkit
ADD build/common/root/install.sh /bootstrap/ # buildkit
ADD build/common/root/init.sh /usr/bin/ # buildkit
ADD build/amd64/utils/busybox/busybox /bootstrap/busybox # buildkit
RUN |2 RELEASETAG=2025071102 TARGETARCH=amd64 /bootstrap/busybox --install -s /bootstrap # buildkit
SHELL [/bootstrap/sh -c]
RUN |2 RELEASETAG=2025071102 TARGETARCH=amd64 /bootstrap/sh -c /bootstrap/bootstrap.sh "${RELEASETAG}" "${TARGETARCH}" # buildkit
SHELL [/bin/sh -c]
ENV HOME=/home/nobody
ENV TERM=xterm
ENV LANG=en_GB.UTF-8
ENV PATH=/usr/local/bin/shell/docker:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENTRYPOINT ["/usr/bin/dumb-init" "--"]
LABEL org.opencontainers.image.authors=binhex
LABEL org.opencontainers.image.source=https://github.com/binhex/arch-int-vpn
ARG RELEASETAG=2025071401
ARG TARGETARCH=amd64
ADD build/root/*.sh /root/ # buildkit
ADD run/root/*.sh /root/ # buildkit
ADD run/nobody/*.sh /home/nobody/ # buildkit
ADD run/local/*.sh /usr/local/bin/ # buildkit
RUN |2 RELEASETAG=2025071401 TARGETARCH=amd64 /bin/sh -c chmod +x /root/*.sh /home/nobody/*.sh /usr/local/bin/*.sh && /bin/bash /root/install.sh "${RELEASETAG}" "${TARGETARCH}" # buildkit
LABEL org.opencontainers.image.authors=binhex
LABEL org.opencontainers.image.source=https://github.com/binhex/arch-qbittorrentvpn
ARG RELEASETAG=5.1.2-1-05
ARG TARGETARCH=amd64
ADD build/*.conf /etc/supervisor/conf.d/ # buildkit
ADD build/root/*.sh /root/ # buildkit
ADD run/nobody/*.sh /home/nobody/ # buildkit
ADD config/nobody/ /home/nobody/ # buildkit
RUN |2 RELEASETAG=5.1.2-1-05 TARGETARCH=amd64 /bin/sh -c chmod +x /root/*.sh /home/nobody/*.sh && /bin/bash /root/install.sh "${RELEASETAG}" "${TARGETARCH}" "${TARGETARCH}" # buildkit
CMD ["/bin/bash" "init.sh"]
ENV VPN_ENABLED=yes VPN_USER=megaveganzombie@gmail.com VPN_PASS=VPNConfigurationIsHard1 VPN_PROV=protonvpn VPN_CLIENT=wireguard ENABLE_STARTUP_SCRIPTS=no ENABLE_PRIVOXY=yes STRICT_PORT_FORWARD=no USERSPACE_WIREGUARD=yes ENABLE_SOCKS=no LAN_NETWORK=192.168.0.0/16 NAME_SERVERS=10.2.0.1 VPN_INPUT_PORTS= VPN_OUTPUT_PORTS= DEBUG=false WEBUI_PORT=8080 UMASK=000 PUID=568 PGID=568 SOCKS_USER=none SOCKS_PASS=none

Labels

Key Value
org.opencontainers.image.authors binhex
org.opencontainers.image.source https://github.com/binhex/arch-qbittorrentvpn
Details
Container
2025-07-27 14:00:53 +00:00
60
OCI / Docker
linux/amd64
binhex
596 MiB
Versions (1) View all
latest 2025-07-27