github Kha-kis/arr-dashboard v2.0.0
v2.0.0 - Complete Rewrite

latest releases: v2.24.1, v2.24.0, v2.23.0...
11 months ago

Arr Dashboard v2.0.0

⚠️ Breaking Changes: This is a complete rewrite with modern architecture. Not compatible with v1.x.

What's New

🚀 Easy Deployment with Docker Hub

Pre-built Docker images are now available! No build time required:

docker-compose up -d

Available Images:

✨ Key Features

  • 📊 Unified Dashboard - View queue, calendar, and history across all instances
  • 🔍 Global Search - Search for content across all your indexers
  • 📚 Library Management - Manage your movies and TV shows in one place
  • 📈 Statistics - View aggregated statistics and health monitoring
  • 🎬 Discover - Find new content with TMDB integration
  • 🏷️ Tag Management - Organize instances with custom tags
  • 🔒 Secure - Encrypted API keys, session management, and rate limiting

🛠️ Technology Stack

  • Frontend: Next.js 14, React 18, TailwindCSS, Tanstack Query
  • Backend: Fastify 4, Prisma, Lucia Auth
  • Database: SQLite (default), supports PostgreSQL/MySQL
  • Validation: Zod schemas
  • Build: Turbo, pnpm workspaces

🐳 Zero Configuration Deployment

The application auto-generates all necessary security keys on first run. Simply:

  1. Run `docker-compose up -d`
  2. Open `http://your-server-ip:3000\`
  3. Create your admin account
  4. Add your Sonarr/Radarr/Prowlarr instances

📦 Installation Options

Option 1: Pre-built Images (Recommended)

docker-compose up -d

Option 2: Build from Source

docker-compose -f docker-compose.build.yml up -d

See the README for full documentation.


Docker Image Tags:

  • `latest` - Latest stable release
  • `2.0.0` - This specific version

Don't miss a new arr-dashboard release

NewReleases is sending notifications on new releases.