Block a user
aucubin.de-dashboard (latest)
Published 2026-06-11 11:01:08 +02:00 by aucubin
Installation
docker pull git.aucubin.de/aucubin/aucubin.de-dashboard:latestsha256:f0fefe9ec4a588f02557b0d2d953ad68ac3d30af7d3ce3711c198106ef3349ec
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6934216e9d | linux/amd64 | 3.7 MiB |
Image Layers ( linux/amd64)
| ARG SERVER_VERSION=2.43.0 |
| ENV SERVER_VERSION=2.43.0 |
| LABEL version=2.43.0 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.43.0 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.43.0 |
| version | 2.43.0 |