Skip to content

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:10

v1.6.3 — ARM64, Pages, PWA

Homelab boxes are not all x86 anymore. This release ships ARM64 binaries alongside amd64, multi-arch Docker (linux/amd64 + linux/arm64), a refreshed GitHub Pages home (rotating hero + GIF demos), and PWA/mobile polish on the dashboard itself.

What changed

  • ARM64 release assetsamud-server-arm64, amud-agent-arm64 in GitHub Releases; update-amud.sh and the in-app updater pick the right binary via uname -m / std::env::consts::ARCH
  • Multi-arch Dockertradmss/amud-dashboard:latest pulls the correct architecture automatically
  • GitHub Pages restored — docs auto-deploy on main; homepage hero carousel (default + 3 theme shots) and “See it in action” GIFs
  • PWA — install banner, manifest shortcuts, offline shell (sw.js v23), safer mobile topbar menu
  • README trim — one static dashboard screenshot on GitHub; GIF demos live on the docs site

Upgrade

Native / Proxmox:

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

Docker:

docker compose pull && docker compose up -d --force-recreate

Hard-refresh after upgrade (Ctrl+Shift+R). On phones/tablets, use Install when the banner appears, or Add to Home Screen from the browser menu.

Assets

Release zip: amud-server, amud-agent, amud-server-arm64, amud-agent-arm64, ui.tar.gz, SHA256SUMS, install scripts. Docker Hub tag v1.6.3 publishes from the same commit.