Skip to content

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:28

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:users appdata defaults)
  • Agent telemetry IPCAMUD_SOCKET_MODE=666 in 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-exec entrypoint (agent unchanged: --entrypoint=/app/amud-agent)

Upgrade

curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.7.2/update-amud.sh | bash

Docker / 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/run

Restart dashboard, then agent.