Block a user
aucubin.de-dashboard (latest)
Published 2026-02-11 18:08:07 +01:00 by aucubin
Installation
docker pull git.aucubin.de/aucubin/aucubin.de-dashboard:latestsha256:dc40a16391509e4ffa7171750cda329df64ae8df18a5b10e84e704a294ebfbb2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| feab96b63c | linux/amd64 | 3.7 MiB |
Image Layers ( linux/amd64)
| ARG SERVER_VERSION=2.40.1 |
| ENV SERVER_VERSION=2.40.1 |
| LABEL version=2.40.1 description=A cross-platform, high-performance and asynchronous web server for static files-serving. maintainer=Jose Quintana <joseluisq.net> |
| COPY /usr/local/bin/static-web-server / # buildkit |
| COPY ./docker/public /public # buildkit |
| EXPOSE [80/tcp] |
| STOPSIGNAL SIGQUIT |
| ENTRYPOINT ["/static-web-server"] |
| LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static Web Server org.opencontainers.image.description=A cross-platform, high-performance and asynchronous web server for static files-serving. org.opencontainers.image.version=2.40.1 org.opencontainers.image.documentation=https://static-web-server.net |
| COPY public /app # buildkit |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/static-web-server" "--port" "3000" "--root" "/app"] |
Labels
| Key | Value |
|---|---|
| description | A cross-platform, high-performance and asynchronous web server for static files-serving. |
| maintainer | Jose Quintana <joseluisq.net> |
| org.opencontainers.image.description | A cross-platform, high-performance and asynchronous web server for static files-serving. |
| org.opencontainers.image.documentation | https://static-web-server.net |
| org.opencontainers.image.title | Static Web Server |
| org.opencontainers.image.url | https://github.com/static-web-server/static-web-server |
| org.opencontainers.image.vendor | Jose Quintana |
| org.opencontainers.image.version | 2.40.1 |
| version | 2.40.1 |