Skip to content

v1.3.6

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:52
· 56 commits to main since this release

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.sh and setup-hydrivax.sh) now change the ownership of the host socket directory /opt/amud/run to 100000:100000. This allows unprivileged LXC guest containers (which map to host UID 100000) to create and bind the Unix domain socket (amud.sock) for telemetry IPC.
  • fix(ui): conditional Wake-on-LAN power button:
    • The application card grid now only displays the Wake-on-LAN power button if the application has a non-empty mac_address configured, avoiding dead buttons on standard web application cards.
  • docs(troubleshooting): add socket permission error entry:
    • Documented how to diagnose and resolve Connection refused (os error 111) on active Proxmox installations in troubleshooting.md.