Block a user
qbittorrent-dht-proxy (latest)
Published 2026-04-05 09:13:04 +00:00 by janhouse
Installation
docker pull git.janhouse.lv/janhouse/qbittorrent-dht-proxy:latestsha256:98091c80131e8d62d734284f1352f79b9fb863d1aeb192311fe06bce989aa385
About this package
HTTP proxy for qBittorrent that intercepts torrent additions and routes them through DHT Proxy
Image Layers
| ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ARG BUN_INSTALL_BIN=/usr/local/bin |
| ENV BUN_INSTALL_BIN=/usr/local/bin |
| COPY /usr/local/bin/bun /usr/local/bin/ # buildkit |
| COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| WORKDIR /app |
| COPY package.json ./ # buildkit |
| RUN /bin/sh -c bun install # buildkit |
| COPY src/ ./src/ # buildkit |
| LABEL org.opencontainers.image.title=qBittorrent DHT Proxy |
| LABEL org.opencontainers.image.description=HTTP proxy for qBittorrent that intercepts torrent additions and routes them through DHT Proxy |
| LABEL org.opencontainers.image.source=https://github.com/Janhouse/dht-proxy |
| LABEL org.opencontainers.image.vendor=Janhouse |
| EXPOSE [9080/tcp] |
| ENV PROXY_PORT=9080 |
| CMD ["bun" "run" "src/index.ts"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | qbittorrent-dht-proxy |
| com.docker.compose.service | qbt-dht-proxy |
| com.docker.compose.version | 5.1.1 |
| org.opencontainers.image.created | 2026-03-18T04:34:02.526Z |
| org.opencontainers.image.description | HTTP proxy for qBittorrent that intercepts torrent additions and routes them through DHT Proxy |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d |
| org.opencontainers.image.source | https://github.com/Janhouse/dht-proxy |
| org.opencontainers.image.title | qBittorrent DHT Proxy |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.vendor | Janhouse |
| org.opencontainers.image.version | 1.3.11-alpine |