Skip to content

v1.4.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:09
· 31 commits to main since this release

Telemetry and Proxmox polish. If you're on v1.4.0.0, run update-amud.sh as usual — your database is upgraded in place.


What's fixed & improved

Proxmox host card

  • Proxmox stream card matches the Jellyfin-style layout (logo, host metrics, status badge).
  • Proxmox no longer shows OFFLINE when the PVE web UI fails TLS checks but the host agent is connected — status comes from agent telemetry.
  • Proxmox card lives in its app category section instead of being hidden by the Media filter.

Per-app CPU / RAM on dashboard

  • App cards again show live container CPU and RAM when the agent reports matching LXC/Docker names.
  • WebSocket handler no longer crashes on missing DOM nodes (fixes telemetry updates stopping entirely).

Host telemetry (CPU + GPU)

  • Host card shows CPU model name, core count, temperature, and live CPU/Memory sparklines.
  • GPU card appears automatically when nvidia-smi is available on the Proxmox host (where amud-agent runs): name, utilization %, VRAM, and a usage sparkline.
  • Requires NVIDIA drivers + nvidia-smi on the host for GPU stats; CPU/RAM work without it.

Settings & privacy

  • Fixed Dashboard Logo field showing the literal {{app_logo}} placeholder when empty.
  • Guest system telemetry visibility and TLS verification moved from Support / Donation to a dedicated Privacy & Access tab.
  • Guest telemetry toggle confirmed: when off, guests see no host metrics; when on, they get basic CPU/RAM/GPU/network only (no container names, streams, or admin controls).

Upgrade

On your Proxmox LXC:

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

Restart the host agent after upgrade if you want GPU metrics:

systemctl restart amud-agent

Verify version in Settings → System shows v1.4.1.0.


Checksums

See SHA256SUMS in the release assets.

Full diff since v1.4.0.0: v1.4.0.0...v1.4.1.0