mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-22 11:10:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| adapters | ||
| alerts | ||
| api | ||
| auth | ||
| config | ||
| crypto | ||
| discovery | ||
| dockeragent | ||
| errors | ||
| interfaces | ||
| logging | ||
| mock | ||
| models | ||
| monitoring | ||
| notifications | ||
| ssh/knownhosts | ||
| tempproxy | ||
| types | ||
| updates | ||
| utils | ||
| websocket | ||