Block a user
hideme_transmission (0.0)
Published 2024-03-29 01:08:23 +02:00 by andreas
Installation
docker pull gitea.phadric.de/andreas/hideme_transmission:0.0sha256:6dbfdea62129758aa729d6578f3d2e48ca273acdf11a542d4eee0e73b0261caa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0358be3add | linux/amd64 | 15 MiB |
| ea51314d3f | linux/arm64 | 15 MiB |
Image Layers ( linux/amd64)
| ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.authors=alturismo@gmail.com |
| RUN /bin/sh -c apk update && apk add --no-cache ca-certificates privoxy runit # buildkit |
| COPY /tmp/copy/ / # buildkit |
| ENV TZ=Europe/Berlin |
| RUN /bin/sh -c apk update && apk add --no-cache tzdata && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit |
| RUN /bin/sh -c mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 # buildkit |
| RUN /bin/sh -c apk add --no-cache bash busybox-suid su-exec screen # buildkit |
| ENV HIDEME_SOCKS=on |
| ENV HIDEME_PRIVOXY=on |
| ENV CA_FILEPATH=/config/cert.pem |
| ENV AT_FILEPATH=/config/accessToken.txt |
| ENV PR_FILEPATH=/config/privoxy_config |
| ENV START_PARAMS= |
| ENV TOKEN_PARAMS= |
| VOLUME [/config] |
| RUN /bin/sh -c chmod +x /usr/bin/hide.me # buildkit |
| COPY defaults /opt/defaults # buildkit |
| COPY startups /opt/startups # buildkit |
| RUN /bin/sh -c find /opt/startups -name run | xargs chmod u+x # buildkit |
| EXPOSE map[1080/tcp:{} 8080/tcp:{}] |
| CMD ["runsvdir" "/opt/startups"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | alturismo@gmail.com |
| org.opencontainers.image.created | 2024-03-28T23:06:29.146Z |
| org.opencontainers.image.description | wg hideme vpn client docker |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | fdb99ff99efd88685f257710f32a2bbd2690cf59 |
| org.opencontainers.image.source | https://gitea.phadric.de/andreas/hideme_transmission |
| org.opencontainers.image.title | hideme_transmission |
| org.opencontainers.image.url | https://gitea.phadric.de/andreas/hideme_transmission |
| org.opencontainers.image.version | 0.0.3 |