Pulse/internal
rcourtman eb969bfbd5 feat: add turnkey Docker installer with automatic proxy setup
Adds a one-command Docker deployment flow that:
- Detects if running in LXC and installs Docker if needed
- Automatically installs pulse-sensor-proxy on the Proxmox host
- Configures bind mount for proxy socket into LXC
- Generates optimized docker-compose.yml with proxy socket
- Enables temperature monitoring via host-side proxy

The install-docker.sh script handles the complete setup including:
- Docker installation (if needed)
- ACL configuration for container UIDs
- Bind mount setup
- Automatic apparmor=unconfined for socket access

Accessible via: curl -sSL http://pulse:7655/api/install/install-docker.sh | bash
2025-10-19 15:03:24 +00:00
..
adapters feat: add complete Proxmox Mail Gateway (PMG) monitoring support 2025-10-10 14:30:51 +00:00
alerts Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
api feat: add turnkey Docker installer with automatic proxy setup 2025-10-19 15:03:24 +00:00
auth chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
config Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
crypto fix: prevent catastrophic data loss from encryption key regeneration 2025-10-01 18:52:10 +00:00
discovery fix: improve discovery performance and reliability 2025-10-18 22:59:40 +00:00
dockeragent Docker agent: add arch-aware self-update download 2025-10-16 08:43:59 +00:00
errors chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
interfaces feat: add complete Proxmox Mail Gateway (PMG) monitoring support 2025-10-10 14:30:51 +00:00
mock Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
models Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
monitoring Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
notifications Add Apprise notification integration (#570) 2025-10-18 16:39:39 +00:00
tempproxy feat: add comprehensive node cleanup system 2025-10-17 18:53:45 +00:00
types chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
updates chore: bump version to v4.24.0 2025-10-15 22:26:24 +00:00
utils perf: optimize mock mode state retrieval and JSON encoding 2025-10-01 13:35:49 +00:00
websocket Normalize websocket forwarded proto handling 2025-10-08 13:04:12 +00:00