Pulse/internal
rcourtman 69c158b5bb fix: Switch proxy socket to directory-level bind mount for stability
Fixes LXC bind mount issue where socket-level mounts break when the
socket is recreated by systemd. Following Codex's recommendation to
bind mount the directory instead of the file.

Changes:
- Socket path: /run/pulse-temp-proxy/pulse-temp-proxy.sock
- Systemd: RuntimeDirectory=pulse-temp-proxy (auto-creates /run/pulse-temp-proxy)
- Systemd: RuntimeDirectoryMode=0770 for group access
- LXC mount: Bind entire /run/pulse-temp-proxy directory
- Install script: Upgrades old socket-level mounts to directory-level
- Install script: Detects and handles bind mount changes

This survives socket recreations and container restarts. The directory
mount persists even when systemd unlinks/recreates the socket file.

Related to #528
2025-10-12 22:33:53 +00:00
..
adapters feat: add complete Proxmox Mail Gateway (PMG) monitoring support 2025-10-10 14:30:51 +00:00
alerts Enhance Docker page with simplified sidebar and focused metrics 2025-10-11 20:44:28 +00:00
api docs: Update temperature monitoring security notice for proxy architecture 2025-10-12 22:11:12 +00:00
auth chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
config Fix node config API to preserve fields on partial updates 2025-10-12 17:50:55 +00:00
crypto fix: prevent catastrophic data loss from encryption key regeneration 2025-10-01 18:52:10 +00:00
discovery feat: add real-time streaming discovery and improve dev/mock mode switching 2025-09-30 13:13:32 +00:00
dockeragent Add multi-target Docker agent support and update installer 2025-10-11 16:34:33 +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 feat: add complete Proxmox Mail Gateway (PMG) monitoring support 2025-10-10 14:30:51 +00:00
models feat: add complete Proxmox Mail Gateway (PMG) monitoring support 2025-10-10 14:30:51 +00:00
monitoring feat: Implement secure temperature proxy for containerized deployments 2025-10-12 21:35:35 +00:00
notifications Improve alert notification routing and frontend alert visuals 2025-10-09 10:58:53 +00:00
tempproxy fix: Switch proxy socket to directory-level bind mount for stability 2025-10-12 22:33:53 +00:00
types chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
updates chore: bump version to v4.23.0 2025-10-12 16:35:48 +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