v1.3.6
v1.3.6 - Proxmox Socket Permissions & UI Adjustments
This release fixes host-container socket communication issues on Proxmox unprivileged LXC container deployments and resolves UI confusion regarding the Wake-on-LAN power button.
Fixes and Improvements:
- fix(proxmox): resolve host-container UDS socket permissions:
- The setup scripts (
setup-amud.shandsetup-hydrivax.sh) now change the ownership of the host socket directory/opt/amud/runto100000:100000. This allows unprivileged LXC guest containers (which map to host UID100000) to create and bind the Unix domain socket (amud.sock) for telemetry IPC.
- The setup scripts (
- fix(ui): conditional Wake-on-LAN power button:
- The application card grid now only displays the Wake-on-LAN
powerbutton if the application has a non-emptymac_addressconfigured, avoiding dead buttons on standard web application cards.
- The application card grid now only displays the Wake-on-LAN
- docs(troubleshooting): add socket permission error entry:
- Documented how to diagnose and resolve
Connection refused (os error 111)on active Proxmox installations introubleshooting.md.
- Documented how to diagnose and resolve