cordelster / mesh-metrics

Script to pull prometheus node_exporter style metrics for Meshtastic repeater nodes.
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Feature Request: Docker image #7

Open kevinelliott opened 1 month ago

kevinelliott commented 1 month ago

Once the --host support is added, bundling this up into a docker image (with all the necessary dependencies already in the image) would be fantastic.

I am willing to assist with this, perhaps even taking a first pass and submitting a PR that can be refined.

cordelster commented 1 month ago

I'm working this direction, though the only hangup so to speak is getting a alpine package for Meshtastic in the alpine repos. I have already begun this work and near done, just tracking backwards to resolve some dependencies in other python modules that also need to be packaged to resolve some that are missing.

Once I have the chain of dependencies sorted, I'll push it all into alpines testing repo to begin the process.