From 5cf0697157f4a4573155e6b91b99e2a7f28c873a Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 14 Oct 2025 13:19:38 +0000 Subject: [PATCH] Document optional host-script upgrade path --- docs/PULSE_SENSOR_PROXY_HARDENING.md | 2 ++ frontend-modern/src/components/LegacySSHBanner.tsx | 2 +- internal/api/diagnostics.go | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) 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).