Rangarr

Rangarr

Docker-Anwendung from JudoChinX's Repository

Übersicht

Rangarr is a lightweight orchestration service that automates and staggers media searches across multiple *arr instances (Radarr, Sonarr, Lidarr). It helps keep your library complete without overwhelming your indexers or API limits.

Features:

  • Multi-Instance Support: Manage Radarr, Sonarr, and Lidarr from a single service.
  • Smart Staggering: Prevents "thundering herd" issues by spacing out search requests.
  • Proportional Interleaving: Balanced searching between missing items and upgrades.
  • Weighted Distribution: Prioritize specific instances.
  • No Telemetry: Only communicates with the *arr instances you configure.

Note: By default, this template is configured using environment variables. You can also use a config.yaml by mapping the /app/config path and changing RANGARR_CONFIG_SOURCE to "file".

Laufzeit-Argumente

Netzwerk
bridge
Privilegiert
false

Konfiguration der Vorlage

Config SourceVariable

Set to 'env' to use environment variables or 'file' to use a config.yaml mount.

Ziel
RANGARR_CONFIG_SOURCE
Standard
env
Wert
env
Run Interval (Seconds)Variable

How often to run the search cycle (e.g., 3600 for every hour).

Ziel
RANGARR_GLOBAL_INTERVAL
Standard
3600
Wert
3600
Dry RunVariable

If true, Rangarr will log what it would search without actually triggering the search.

Ziel
RANGARR_GLOBAL_DRY_RUN
Standard
false
Wert
false
Stagger Interval (Seconds)Variable

Seconds to wait between individual search requests.

Ziel
RANGARR_GLOBAL_STAGGER_INTERVAL_SECONDS
Standard
30
Wert
30
Missing Batch SizeVariable

Max missing items to search per cycle (0 = disabled, -1 = unlimited).

Ziel
RANGARR_GLOBAL_MISSING_BATCH_SIZE
Standard
20
Wert
20
Upgrade Batch SizeVariable

Max upgrade-eligible items to search per cycle (0 = disabled, -1 = unlimited).

Ziel
RANGARR_GLOBAL_UPGRADE_BATCH_SIZE
Standard
10
Wert
10
TimezoneVariable

Set your timezone for log timestamps.

Ziel
TZ
Standard
UTC
Wert
UTC
Log LevelVariable

Set the log level (DEBUG, INFO, WARNING, ERROR).

Ziel
LOG_LEVEL
Standard
INFO
Wert
INFO
Search OrderVariable

Priority for choosing items (alphabetical_ascending, alphabetical_descending, last_added_ascending, last_added_descending, last_searched_ascending, last_searched_descending, random, release_date_ascending, release_date_descending).

Ziel
RANGARR_GLOBAL_SEARCH_ORDER
Standard
last_searched_ascending
Wert
last_searched_ascending
Search Retry Interval (Days)Variable

Days to wait before searching the same item again (0 to disable).

Ziel
RANGARR_GLOBAL_RETRY_INTERVAL_DAYS
Standard
30
Wert
30
Include TagsVariable

Comma-separated list of *arr tag names to include. Only items with at least one matching tag will be searched. Leave blank to include all items.

Ziel
RANGARR_GLOBAL_INCLUDE_TAGS
Exclude TagsVariable

Comma-separated list of *arr tag names to exclude. Items with any matching tag will be skipped. Leave blank to exclude nothing.

Ziel
RANGARR_GLOBAL_EXCLUDE_TAGS
Radarr: NameVariable

Display name for this instance.

Ziel
RANGARR_INSTANCE_0_NAME
Radarr: TypeVariable

Must be 'radarr'.

Ziel
RANGARR_INSTANCE_0_TYPE
Standard
radarr
Wert
radarr
Radarr: URLVariable

URL to your Radarr instance (use Docker IP or hostname).

Ziel
RANGARR_INSTANCE_0_URL
Standard
http://radarr:7878
Wert
http://radarr:7878
Radarr: API KeyVariable

Your Radarr API Key.

Ziel
RANGARR_INSTANCE_0_API_KEY
Sonarr: NameVariable

Display name for this instance.

Ziel
RANGARR_INSTANCE_1_NAME
Sonarr: TypeVariable

Must be 'sonarr'.

Ziel
RANGARR_INSTANCE_1_TYPE
Standard
sonarr
Wert
sonarr
Sonarr: URLVariable

URL to your Sonarr instance (use Docker IP or hostname).

Ziel
RANGARR_INSTANCE_1_URL
Standard
http://sonarr:8989
Wert
http://sonarr:8989
Sonarr: API KeyVariable

Your Sonarr API Key.

Ziel
RANGARR_INSTANCE_1_API_KEY
Sonarr: Search Season PacksVariable

If true, Sonarr will search for missing/upgrade items as season packs when multiple episodes are needed.

Ziel
RANGARR_GLOBAL_SEASON_PACKS
Standard
false
Wert
false
Lidarr: NameVariable

Display name for this instance.

Ziel
RANGARR_INSTANCE_2_NAME
Lidarr: TypeVariable

Must be 'lidarr'.

Ziel
RANGARR_INSTANCE_2_TYPE
Standard
lidarr
Wert
lidarr
Lidarr: URLVariable

URL to your Lidarr instance (use Docker IP or hostname).

Ziel
RANGARR_INSTANCE_2_URL
Standard
http://lidarr:8686
Wert
http://lidarr:8686
Lidarr: API KeyVariable

Your Lidarr API Key.

Ziel
RANGARR_INSTANCE_2_API_KEY
AppData Config PathPathrw

Mount point for config.yaml (only needed if RANGARR_CONFIG_SOURCE is 'file').

Ziel
/app/config
Standard
/mnt/user/appdata/rangarr
Wert
/mnt/user/appdata/rangarr

Statistik herunterladen

15,333
Downloads insgesamt

Einzelheiten

Repository
judochinx/rangarr:latest
Zuletzt aktualisiert2026-05-04
Erstmals gesehen2026-04-06

Führen Sie Rangarr auf Unraid aus.

Rangarr ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.