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 -dAvailable 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:
- Run `docker-compose up -d`
- Open `http://your-server-ip:3000\`
- Create your admin account
- Add your Sonarr/Radarr/Prowlarr instances
📦 Installation Options
Option 1: Pre-built Images (Recommended)
docker-compose up -dOption 2: Build from Source
docker-compose -f docker-compose.build.yml up -dSee the README for full documentation.
Docker Image Tags:
- `latest` - Latest stable release
- `2.0.0` - This specific version