diff --git a/docs/PULSE_SENSOR_PROXY_HARDENING.md b/docs/PULSE_SENSOR_PROXY_HARDENING.md index ceec35f..1425765 100644 --- a/docs/PULSE_SENSOR_PROXY_HARDENING.md +++ b/docs/PULSE_SENSOR_PROXY_HARDENING.md @@ -184,6 +184,8 @@ If you previously followed the legacy guide (manual `lxc.mount.entry` and `/run/ This is the same workflow you used originally—no extra commands are required. Just remove the node from Pulse, click “Copy install script,” run it on the Proxmox host, and add the node again. +> **Advanced option**: If you’d rather refresh in place without removing the node, you can rerun the host-side installer directly (e.g. `sudo /opt/pulse/scripts/install-sensor-proxy.sh --ctid `). The script is idempotent, but re-adding through the UI guarantees the full host + Pulse configuration is rebuilt. + ### Runtime Verification **Check container is unprivileged:** diff --git a/frontend-modern/src/components/LegacySSHBanner.tsx b/frontend-modern/src/components/LegacySSHBanner.tsx index 2e5c502..f013d21 100644 --- a/frontend-modern/src/components/LegacySSHBanner.tsx +++ b/frontend-modern/src/components/LegacySSHBanner.tsx @@ -79,7 +79,7 @@ export function LegacySSHBanner() {
Legacy temperature monitoring detected. - Remove each node and re-add it using the installer script in Settings → Nodes. + Remove each node and re-add it using the installer script in Settings → Nodes (advanced: rerun the host installer script directly).