plaintextpackets
plaintextpackets
I think I might get the main image compiled then at least people don't have to build it from scratch. The others are just common images like Redis and Grafana
I now realize the other issue, I didn't want to pay for Docker hosting LOL
Yeah just read through it. Ok I'll add that to the backlog. I also want to test a smaller image
I compiled the image and posted to Dockerhub, if you have cycles to help me test: https://github.com/plaintextpackets/netprobe_lite/tree/compiled_image It's a pretty simple change and should avoid any of the issues with...
https://github.com/plaintextpackets/netprobe_lite/releases/tag/v1.1.0
Done in v1.1.0
Hmm are you still starting up via compose? The only image that I uploaded was for the main Netprobe image but still needs redis prom grafana which I did not...
Does it work now?
So I think I need to explicitly map some more volumes. On both my test machines (Windows and Ubuntu) when Docker runs it automatically persists the data, but maybe that...
I think I know the issue. I am not explicitly providing a data storage volume for either prometheus or grafana. For some reason on my devices that data somehow gets...