Active fork of Agregarr packaging sync performance fixes, placeholder lifecycle improvements, and open upstream PRs into a single Docker image. Drop-in replacement for the upstream image, config volumes compatible.
Release notes · Full README and feature docs · Report a bug
| Tag | What it tracks |
|---|---|
latest | Stable releases. This is what you want. |
2.9.1 (etc.) | Pinned to a specific release. |
develop | Bleeding edge. Builds on every push, breaks sometimes. |
Release tags ship amd64 and arm64 (Apple Silicon, Raspberry Pi 4+). The develop tag is amd64 only.
Switching from upstream? Replace the image line in your compose file:
- image: agregarr/agregarr:latest
+ image: bitr8/agregarr:latest
Full compose example:
services:
agregarr:
image: bitr8/agregarr:latest
container_name: agregarr
volumes:
- /path/to/config:/app/config
- /path/to/placeholder/movies:/data/movies # Optional: Coming Soon
- /path/to/placeholder/tv:/data/tv # Optional: Coming Soon
environment:
- TZ=Australia/Sydney
- PUID=1000 # Your host user ID (run `id -u`)
- PGID=1000 # Your host group ID (run `id -g`)
- UMASK=022
ports:
- 7171:7171
restart: unless-stopped
File permissions matter. Set PUID and PGID to the user that owns your media directories. Without them the container runs as root and creates directories Sonarr, Radarr, and other non-root apps can't import into. On Unraid, use PUID=99 and PGID=100.
For general Agregarr configuration (services, collections, overlays), see the upstream docs — they reference the upstream image, not this fork.
FlixPatrol collections need a Cloudflare solver. Networks Top 10 and streaming chart sources sit behind Cloudflare. Run FlareSolverr, Byparr, or both, and add them under Settings > Sources > Cloudflare Solvers. A health check tells you when one is missing.
Two problem areas drove most of the changes: sync performance at scale (40+ collections, 10k+ items) and placeholder lifecycle gaps that leave orphaned entries in Plex.

agregarr label so a collection of your own with a matching name is left alone.The full README documents every feature. Changes that fit upstream go back as PRs (46 merged, 13 open). GPL-3.0, same as upstream.
Content type
Image
Digest
sha256:bc75129e7…
Size
649.9 MB
Last updated
7 days ago
docker pull bitr8/agregarr