Pulse/frontend-modern/src/components/Settings
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
..
APITokenManager.tsx Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
BatchCredentialModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ChangePasswordModal.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
CommandBuilder.tsx Unify API token reveal workflow 2025-10-15 22:58:31 +00:00
DiscoveryModal.tsx feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
DockerAgents.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
GuestURLs.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
NodeModal.tsx Update Proxmox guest agent permissions docs and tooling (refs #548) 2025-10-14 10:21:52 +00:00
OIDCPanel.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
QuickSecuritySetup.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SecurityPostureSummary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Settings.tsx feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
UpdateHistoryPanel.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00