Kevin Reis
Kevin Reis
Das sind Werte, die direkt vom Register rauskommen - ich habe da nichts umgerechnet und auch kein Scaling Factor angewandt. Im SMA-Register kommt das gleiche wie bei `ActWh` raus. **EDIT**:...
I guess 👍 . Currently - I added a router for `/metrics` in the existing HTTP daemon and a YAML property `api.prometheus` (maybe move it to `prometheus` as standalone) that...
I'm slowly getting close to finish. I have a "proposal" for refactoring Measurement structs (for a better context, check out commit https://github.com/volkszaehler/mbmd/pull/195/commits/19e54e9ac007bed9b6eae5a78db0831ffc6e2d7c.): * I refactored `Measurement` to be more strongly...
Hey, thanks for your input. Meanwhile we may fix most of the vulnerabilities via updating packages through package manager, I think we cannot primarily fix the vulnerabilities listed under `usr/bin/traefik-certs-dumper...
I see they also provide a GitHub Action: https://github.com/marketplace/actions/aqua-security-trivy Maybe we can implement that?
I don't know how feasible this one is, as we have functionality to change ownership of files through env. variables. Leveraging this to a non-root user would possibly also require...
See branch https://github.com/kereis/traefik-certs-dumper/tree/feature/%2385_rootless
Hi, I look into it next week. If I want to reproduce it, do I just have to use the PKCS feature on alpine flavor?
It looks like the Docker tag for Alpine is broken. `alpine` currently points to version 1.4.1. Can you please try out `humenius/traefik-certs-dumper:1.6.0-amd64-alpine`?
Hi, sorry if this seems to be self-explanatory, but this means that the env var `DOMAIN` doesn't have any effect on which domains are actually dumped, but only one "random"...