Block a user
shelly-exporter (v1.0.0)
Published 2026-08-17 22:53:14 +00:00 by lostakj
Installation
docker pull gitea.lostak.dev/lostakj/shelly-exporter:v1.0.0sha256:8d7a4bf9036f5aefc6f4c87832501419d7d843c644bc7157694e9af33c8f9e35
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ff44f8480c | 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"] |