ABOUT
PeaNUT is a small dashboard for Network UPS Tools (NUT). It provides a web interface to monitor and manage UPS devices. PeaNUT allows users to view device status, retrieve information, and manage UPS parameters through its API. It's customizable for different UPS devices and supports integration with the Homepage dashboard.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM7 GB disk
Config path/etc/peanut/settings.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/peanut.sh'; sha='2114e7fdb06068f10e9a9f4f7ec724c7b0e89b60144a1ec5e417fc160fc61659'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/peanut.shSHA-256 2114e7fdb06068f10e9a9f4f7ec724c7b0e89b60144a1ec5e417fc160fc61659 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.