Skip to content

v1.5.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 16:05

What's New

  • Overseerr & Jellyseerr Integrations: Added native API endpoints to monitor pending media requests directly on your dashboard widgets. You can now see what's pending right next to your Sonarr/Radarr queue sizes.
  • Multi-Language READMEs: Added documentation translations for Arabic, Hindi, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, and Korean.
  • Docker Optimizations: Overhauled .dockerignore to block non-essential documentation and script files from entering the Docker build context. This results in much faster builds and smaller images.

Installation / Upgrade

For Docker users, simply pull the latest image:

docker pull tradmss/amud-dashboard:latest
docker compose up -d

For bare-metal / LXC users, run the update script:

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