Skip to content

A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.

Notifications You must be signed in to change notification settings

NeurekaSoftware/Sonarr-Enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonarr Sonarr Enhanced

A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.

This Docker image is built automatically from the official Sonarr source and stays up to date with new Sonarr releases.

Important

Sonarr Enhanced exists to improve performance and responsiveness during large searches, heavy download activity, and bulk import operations, without changing Sonarr’s core behavior.

Quick Start

Replace your existing Sonarr image with: ghcr.io/neurekasoftware/sonarr-enhanced:latest

Docker Compose

services:
  sonarr:
    image: ghcr.io/neurekasoftware/sonarr-enhanced:latest
    container_name: sonarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/sonarr/data:/config
    ports:
      - 8989:8989
    restart: unless-stopped

Support

This is a community maintained build of Sonarr.

For general Sonarr usage and documentation, see the official Sonarr wiki.

Build or patch-specific issues should be reported by opening an issue in this repository, while all other Sonarr issues should be filed as a bug report directly with Sonarr on GitHub.

About

A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages