log-server (sha256:2fe18f075c8b34072283844e4612b368c7bbd90d39288d0a3390e01cf9c4b286)

Published 2026-06-28 08:44:01 +02:00 by office

Installation

docker pull git.needful-apps.de/needful-apps/log-server@sha256:2fe18f075c8b34072283844e4612b368c7bbd90d39288d0a3390e01cf9c4b286
sha256:2fe18f075c8b34072283844e4612b368c7bbd90d39288d0a3390e01cf9c4b286

About this package

Multi-database TCP log server with Grafana Loki integration

Image layers

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title="Log Server"
LABEL org.opencontainers.image.description="Multi-database TCP log server with Grafana Loki integration"
LABEL org.opencontainers.image.vendor="Needful Apps"
/bin/sh -c apk add --no-cache ca-certificates tzdata wget potrace imagemagick
/bin/sh -c addgroup -g 1000 logserver && adduser -D -u 1000 -G logserver logserver
WORKDIR /app
COPY file:c02acef6fb2035ee7b53db997a154909f7b0d90ae98b114336e7fcc03181b1b5 in /app/
COPY dir:ac606270f8bc6b695d2fdb8f05dfe3f07a646e1f7d557d78e849e0a124cd19be in /app/static/app
COPY file:167304449ed85576ebf7acac47cce61c1d5f8fd5e0124a98436d8d3cc176f2e5 in /app/config.toml
/bin/sh -c sed -i 's|db_path = "./auth.db"|db_path = "/app/data/auth.db"|g' /app/config.toml
/bin/sh -c mkdir -p /app/data
/bin/sh -c chown -R logserver:logserver /app
USER logserver
EXPOSE 8080 9090
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1
CMD ["./log-server"]

Labels

Key Value
io.buildah.version 1.40.1
org.opencontainers.image.description Multi-database TCP log server with Grafana Loki integration
org.opencontainers.image.title Log Server
org.opencontainers.image.vendor Needful Apps
Details
Container
2026-06-28 08:44:01 +02:00
0
OCI / Docker
linux/arm64/v8
45 MiB
Versions (73) View all
latest 2026-07-27
2.11.0 2026-07-27
2.10.0 2026-07-26
2.9.0 2026-07-26
2.8.1 2026-07-25