Block a user
webshell (2.5)
Published 2026-03-19 10:13:13 +02:00 by andreas
Installation
docker pull gitea.phadric.de/andreas/webshell:2.5sha256:937f90c39afabce15d0da8339014209e6ae164721216e9f2cd48b1d509c4a4ee
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c3eb53b6b6 | linux/amd64 | 18 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TARGETARCH=amd64 |
| RUN |1 TARGETARCH=amd64 /bin/sh -c apk add --no-cache bash tini # buildkit |
| COPY ./dist/amd64/ttyd /usr/bin/ttyd # buildkit |
| EXPOSE [7681/tcp] |
| WORKDIR /root |
| ENTRYPOINT ["/sbin/tini" "--"] |
| CMD ["ttyd" "-W" "bash"] |
| RUN /bin/sh -c apk add --no-cache openssh-client docker-cli tmux # buildkit |
| RUN /bin/sh -c adduser -s /usr/local/bin/ttyd-login -D user # buildkit |
| COPY ttyd-login /usr/local/bin/ # buildkit |
| COPY --chmod=0755 tmux.sh /usr/local/bin/ # buildkit |
| USER user |
| CMD ["ttyd" "-W" "-p" "80" "-t" "enableZmodem=true" "/usr/local/bin/tmux.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-19T08:12:50.428Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 09873b95c2c4bfc1be5c1a36faa04d514683490e |
| org.opencontainers.image.source | https://gitea.phadric.de/andreas/webshell |
| org.opencontainers.image.title | webshell |
| org.opencontainers.image.url | https://gitea.phadric.de/andreas/webshell |
| org.opencontainers.image.version | 2.5.12 |