• Joined on 2026-03-29

shelly-exporter (latest)

Published 2026-08-17 23:02:22 +00:00 by lostakj

Installation

docker pull gitea.lostak.dev/lostakj/shelly-exporter:latest
sha256:5fbc45e6a70d6cceae141d83d138e06a37b81dc2a663553fa4d95eb29e6f8f2a

Images

Digest OS / Arch Size
2436398281 linux/amd64 6.9 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates && addgroup -S exporter && adduser -S -G exporter exporter # buildkit
WORKDIR /opt/shelly-exporter
COPY /build/shelly-exporter ./shelly-exporter # buildkit
COPY config.example.yaml ./config.yaml # buildkit
USER exporter
EXPOSE [9090/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -q -O - http://127.0.0.1:9090/-/healthy || exit 1"] "30s" "3s" "5s" "0s" '\x00'}
ENTRYPOINT ["./shelly-exporter"]
CMD ["-config" "config.yaml"]
Details
Container
2026-08-17 23:02:22 +00:00
0
OCI / Docker
Versions (3) View all
v1.0.1 2026-08-17
latest 2026-08-17
v1.0.0 2026-08-17