Block a user
shelly-exporter (v1.0.1)
Published 2026-08-17 23:02:22 +00:00 by lostakj
Installation
docker pull gitea.lostak.dev/lostakj/shelly-exporter:v1.0.1sha256: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"] |