nut_webgui v0.3.1, Light-weight NUT web GUI

https://github.com/SuperioOne/nut_webgui

I want to share a self-hosted tool I developed. It's a NUT monitoring tool similar to webNUT but it has some additional features like:

  • UPS command support to remotely tell your UPS beeper to shut up.
  • Supports some uncommon and old devices like ARMv6, ARMv7 and RISC-V64.
  • It's actually light-weight, ~7MiB image size and very low memory footprint.

If anyone looking a tool like this, repo is available at https://github.com/SuperioOne/nut_webgui

49 points · 5 comments · view on lemmy.world

5 Comments

MangoPenguin@lemmy.blahaj.zone · 2 pts · 2y (1 reply)

Looks great! I'll have to give it a try

SuperiorOne@lemmy.ml · 1 pts · 2y

Thanks! I appreciate any kind of feedback.

rjc@lemmy.world · 0 pts · 2y (2 replies)

How does this compare to Peanut ?

SuperiorOne@lemmy.ml · 6 pts · 2y (1 reply)

Biggest difference is being able to execute INSTCMD commands, at least that was the main reason why I developed my own tool. Another less important differences are: older ARM support and since it's written in Rust, it's much more efficient in terms of resource usage. TBH, being that efficient only makes sense for very low-power devices.

Besides that, I don't think you can go wrong with either project.

rjc@lemmy.world · 0 pts · 2y

Thanks for the reply, sounds compelling. I'm running peanut currently and have been happy with it, but I might power out down and give this a spin. Low resource usage sounds like a nice selling point.

Thanks for your contribution!