qbit-vpn (0.1.1)

Published 2025-01-17 04:37:46 +00:00 by ammaratef45

Installation

docker pull git.coopcloud.tech/ammaratef45/qbit-vpn:0.1.1
sha256:ecf9663d958282c4317f7ec3482d95d88fac9b7b60858c2bd0b67dc59b467138

About this package

The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

Image Layers

COPY /root-out/ / # buildkit
ARG BUILD_DATE=2025-01-11T13:31:55+00:00
ARG VERSION=23b58ee2-ls167
ARG MODS_VERSION=v3
ARG PKG_INST_VERSION=v1
ARG LSIOWN_VERSION=v1
ARG WITHCONTENV_VERSION=v1
LABEL build_version=Linuxserver.io version:- 23b58ee2-ls167 Build-date:- 2025-01-11T13:31:55+00:00
LABEL maintainer=TheLamer
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |6 BUILD_DATE=2025-01-11T13:31:55+00:00 VERSION=23b58ee2-ls167 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
COPY root/ / # buildkit
ENTRYPOINT ["/init"]
ENV LSIO_FIRST_PARTY=true
ARG BUILD_DATE=2025-01-12T06:53:10+00:00
ARG VERSION=5.0.3-r0-ls373
ARG QBITTORRENT_VERSION=5.0.3-r0
ARG QBT_CLI_VERSION
LABEL build_version=Linuxserver.io version:- 5.0.3-r0-ls373 Build-date:- 2025-01-12T06:53:10+00:00
LABEL maintainer=thespad
ENV HOME=/config XDG_CONFIG_HOME=/config XDG_DATA_HOME=/config
RUN |4 BUILD_DATE=2025-01-12T06:53:10+00:00 VERSION=5.0.3-r0-ls373 QBITTORRENT_VERSION=5.0.3-r0 QBT_CLI_VERSION= /bin/sh -c echo "**** install packages ****" && apk add --no-cache grep icu-libs p7zip python3 qt6-qtbase-sqlite && if [ -z ${QBITTORRENT_VERSION+x} ]; then QBITTORRENT_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:qbittorrent-nox$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add -U --upgrade --no-cache qbittorrent-nox==${QBITTORRENT_VERSION} && echo "***** install qbitorrent-cli ****" && mkdir /qbt && if [ -z ${QBT_CLI_VERSION+x} ]; then QBT_CLI_VERSION=$(curl -sL "https://api.github.com/repos/fedarovich/qbittorrent-cli/releases/latest" | jq -r '. | .tag_name'); fi && curl -o /tmp/qbt.tar.gz -L "https://github.com/fedarovich/qbittorrent-cli/releases/download/${QBT_CLI_VERSION}/qbt-linux-alpine-x64-net6-${QBT_CLI_VERSION#v}.tar.gz" && tar xf /tmp/qbt.tar.gz -C /qbt && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /root/.cache /tmp/* # buildkit
COPY root/ / # buildkit
COPY /usr/bin/unrar-alpine /usr/bin/unrar # buildkit
EXPOSE map[6881/tcp:{} 6881/udp:{} 8080/tcp:{}]
VOLUME [/config]
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add wireguard-tools ip6tables vim # buildkit

Labels

Key Value
build_version Linuxserver.io version:- 5.0.3-r0-ls373 Build-date:- 2025-01-12T06:53:10+00:00
maintainer thespad
org.opencontainers.image.authors linuxserver.io
org.opencontainers.image.created 2025-01-12T06:53:10+00:00
org.opencontainers.image.description The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
org.opencontainers.image.documentation https://docs.linuxserver.io/images/docker-qbittorrent
org.opencontainers.image.licenses GPL-3.0-only
org.opencontainers.image.ref.name 89e76af14be26e86cb199ce03d8931becc4ce2f7
org.opencontainers.image.revision 89e76af14be26e86cb199ce03d8931becc4ce2f7
org.opencontainers.image.source https://github.com/linuxserver/docker-qbittorrent
org.opencontainers.image.title Qbittorrent
org.opencontainers.image.url https://github.com/linuxserver/docker-qbittorrent/packages
org.opencontainers.image.vendor linuxserver.io
org.opencontainers.image.version 5.0.3-r0-ls373
Details
Container
2025-01-17 04:37:46 +00:00
7
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
96 MiB
Versions (2) View all
0.1.1 2025-01-17
0.1.0 2025-01-17