Pulse/frontend-modern/src/components
Richard Courtman 669d7dc05c feat: add turnkey temperature monitoring for standalone nodes
Implements automatic temperature monitoring setup for standalone
Proxmox/Pimox nodes without manual SSH key configuration.

Changes:
- Add /api/system/proxy-public-key endpoint to expose proxy's SSH public key
- Setup script now detects standalone nodes (non-cluster)
- Auto-fetches and installs proxy SSH key with forced commands
- Add Raspberry Pi temperature support via cpu_thermal and /sys/class/thermal
- Enhance setup script with better error handling for lm-sensors installation
- Add RPi detection to skip lm-sensors and use native thermal interface

Security:
- Public key endpoint is safe (public keys are meant to be public)
- All installed keys use forced command="sensors -j" with full restrictions
- No shell access, port forwarding, or other SSH features enabled
2025-10-17 22:15:50 +00:00
..
__tests__ Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
Alerts fix: expose network thresholds in override modal (#267) 2025-10-16 23:38:51 +00:00
Backups Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Dashboard Guest drawer fallback content for agentless guests (refs #563) 2025-10-16 12:39:23 +00:00
Docker Add Add Host shortcut to Docker hosts list 2025-10-14 13:24:24 +00:00
icons Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
PMG Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Proxmox Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Settings feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
shared fix: Add hasCPU/hasNVMe flags to prevent false 'no CPU sensor' errors 2025-10-13 10:17:17 +00:00
Storage Fix false ZFS log/cache warnings 2025-10-14 20:57:43 +00:00
Toast Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
DemoBanner.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ErrorBoundary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
FirstRunSetup.tsx feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
LegacySSHBanner.tsx Document optional host-script upgrade path 2025-10-14 13:19:38 +00:00
Login.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
NotificationContainer.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
NotificationToast.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SecurityWarning.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
TokenRevealDialog.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
UpdateBanner.tsx fix: Update modal now properly detects when update completes 2025-10-12 18:25:38 +00:00
UpdateConfirmationModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
UpdateProgressModal.tsx fix: Update test version fallback and fix lint warnings #64 2025-10-13 15:50:23 +00:00