Pulse/internal
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
..
adapters Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
alerts Stop disabled metrics from sending webhooks 2025-10-16 08:57:12 +00:00
api feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
auth Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
config feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
crypto Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
discovery Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
dockeragent Docker agent: add arch-aware self-update download 2025-10-16 08:43:59 +00:00
errors Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
interfaces Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
mock fix: resolve race condition in mock mode update loop 2025-10-16 09:04:50 +00:00
models feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
monitoring feat: add turnkey temperature monitoring for standalone nodes 2025-10-17 22:15:50 +00:00
notifications feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
tempproxy feat: add comprehensive node cleanup system 2025-10-17 18:53:45 +00:00
types Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
updates chore: bump version to v4.24.0 2025-10-15 22:26:24 +00:00
utils Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
websocket Fix settings security tab navigation 2025-10-11 23:29:47 +00:00