Configuration Management Platform for Radarr/Sonarr https://dictionarry.dev
Find a file
2025-08-28 10:29:37 +09:30
.github chore: add arm64 build support to Docker workflow 2025-03-30 21:18:31 +10:30
backend fix(migration): update default language score 2025-08-24 16:07:38 +09:30
docs/diagrams feature: merge conflict detection and resolution (#6) 2025-02-05 16:09:58 +10:30
frontend feat(task): add update logic for task intervals for backup/sync 2025-08-23 10:12:12 +09:30
.gitignore fix(migration): update default language score 2025-08-24 16:07:38 +09:30
.prettierrc chore: add prettier formatting for frontend 2025-02-05 16:09:58 +10:30
CLAUDE.md feat: search dropdown (#150) 2025-02-26 11:17:06 +10:30
docker-compose.prod.yml chore(docker): add entrypoint script and user permissions 2025-08-24 15:35:42 +09:30
docker-compose.yml chore(docker): add entrypoint script and user permissions 2025-08-24 15:35:42 +09:30
Dockerfile chore(docker): add entrypoint script and user permissions 2025-08-24 15:35:42 +09:30
entrypoint.sh fix(entrypoint): simplify umask handling 2025-08-24 17:12:45 +09:30
LICENSE chore: add GPL license 2025-03-09 01:37:08 +10:30
README.md docs(README): update setup link, clean old sections 2025-08-28 10:29:37 +09:30

Profilarr

GitHub release Docker Pulls License Website Discord Buy Me A Coffee GitHub Sponsors

Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles.

Profilarr Preview

Features

  • 🔄 Automatic synchronization with remote configuration databases
  • 🎯 Direct import to Radarr/Sonarr instances
  • 🔧 Git-based version control of your configurations
  • Preserve local customizations during updates
  • 🛠️ Built-in conflict resolution

Getting Started

Compatibility

Architecture Support
amd64 (x86_64) Supported
arm64 (Apple Silicon, RPi 4/5) Supported

Quick Installation (Docker Compose)

services:
    profilarr:
        image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
        container_name: profilarr
        ports:
            - 6868:6868
        volumes:
            - /path/to/your/data:/config # Replace with your actual path
        environment:
            - TZ=UTC # Set your timezone
        restart: unless-stopped

After deployment, access the web UI at http://[address]:6868 to begin setup.

Note for Windows users: The database is case-sensitive. Use a docker volume or the WSL file system to avoid issues:

  • Docker volume example: profilarr_data:/config
  • WSL filesystem example: /home/username/docker/profilarr:/config

Complete Documentation

Visit our comprehensive documentation at dictionarry.dev for detailed installation instructions and usage guides.

Status

Currently in beta. Part of the Dictionarry project to simplify media automation.

Known Issues

Personal Note

Profilarr is maintained by a single CS student with no formal development experience, in their spare time. Development happens when time allows, which may affect response times for fixes and new features. The project is continuously improving, and your patience, understanding, and contributions are greatly appreciated as Profilarr grows and matures.