Pulse/frontend-modern/src
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
..
api feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
components feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
hooks Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
pages Fix race in mock mode and address frontend type checks 2025-10-16 08:28:17 +00:00
stores Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
utils Improve NVMe temperature handling 2025-10-12 16:06:55 +00:00
App.tsx Add reusable API token reveal dialog 2025-10-15 22:45:14 +00:00
constants.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.css Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
index.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
SimpleApp.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Test.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00