v1.7.2
v1.7.2 — Unraid Docker first-boot fix
Fixes #16: dashboard container failing on Unraid with write secrets key file /app/data/.amud-secrets-key: Permission denied.
What changed
Fixed
- Unraid OOTB install — Docker entrypoint runs the dashboard as PUID 99 / PGID 100 (Unraid
nobody:usersappdata defaults) - Agent telemetry IPC —
AMUD_SOCKET_MODE=666in Unraid/Compose templates so the root agent connects to the non-root dashboard socket
Improved
- Actionable startup errors — permission hints point to troubleshooting
- Docker runtime — Alpine +
su-execentrypoint (agent unchanged:--entrypoint=/app/amud-agent)
Upgrade
curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.7.2/update-amud.sh | bashDocker / Unraid: Force Update both containers, then recreate AMUD-Dashboard so the new entrypoint and template env vars apply.
Generic Linux Compose: mkdir -p data && chown 99:100 data before first boot if ./data is new.
Manual fix (pre-v1.7.2)
chown -R 99:100 /mnt/user/appdata/amud-dashboard/data
chown -R 99:100 /mnt/user/appdata/amud-dashboard/runRestart dashboard, then agent.