mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
8194ce9e7a
Added containerized and containerId fields to /api/version endpoint to enable automatic temperature proxy installation for LXC containers. Changes: - Added Containerized bool field to VersionResponse - Added ContainerId string field to VersionResponse - Detect containerization by checking /run/systemd/container file - Extract container ID from hostname for LXC containers - Set deployment type from container type (lxc/docker) This allows the PVE setup script to: 1. Detect that Pulse is running in a container 2. Find the container ID by matching IPs 3. Automatically install pulse-sensor-proxy on the host 4. Configure bind mount for secure socket communication Fixes the issue where setup script showed 'Proxy not available' even when Pulse was containerized.