You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Overview": "Helper container for Radarr and Sonarr. Tags releases by group, recovers missing release groups from grab history, discovers new groups in your library, mirrors tag decisions between instances, and runs scheduled scans through a web UI on port 6075.\r\n\r\nOptional Audio / Video / HDR / Dolby Vision detail tagging from the MediaInfo data Radarr/Sonarr already extract. Multi-agent notifications (Discord, Gotify, NTFY, Pushover, Apprise). Quick fix-all wizard chains multiple actions in one run.\r\n\r\n**Status \u2014 early access.** This image is published as `:dev` only while a small group of testers shake it down. Occasional breaking changes between dev builds are expected. A first stable `:latest` will land after a soak period. Listing in Community Apps will follow once `:latest` is published.",
"Requires": "Sonarr 4+ and/or Radarr 5+ (Radarr 6 supported) with API access. For Dolby Vision detail tagging only: read access to your media library (mounted into the container) and a Path Mapping configured under Settings \u2192 Instances so the container's view of the file path matches what Radarr/Sonarr report.",
561039
+
"Config": [
561040
+
{
561041
+
"@attributes": {
561042
+
"Name": "WebUI",
561043
+
"Target": "6075",
561044
+
"Default": "6075",
561045
+
"Mode": "tcp",
561046
+
"Description": "Web UI port",
561047
+
"Type": "Port",
561048
+
"Display": "always",
561049
+
"Required": "true",
561050
+
"Mask": "false"
561051
+
},
561052
+
"value": "6075"
561053
+
},
561054
+
{
561055
+
"@attributes": {
561056
+
"Name": "Config Path",
561057
+
"Target": "/config",
561058
+
"Default": "/mnt/user/appdata/resolvarr",
561059
+
"Mode": "rw",
561060
+
"Description": "Configuration, scan history logs, and schedule data",
561061
+
"Type": "Path",
561062
+
"Display": "always",
561063
+
"Required": "true",
561064
+
"Mask": "false"
561065
+
},
561066
+
"value": "/mnt/user/appdata/resolvarr"
561067
+
},
561068
+
{
561069
+
"@attributes": {
561070
+
"Name": "Media (read-only \u2014 only needed for Dolby Vision detail)",
561071
+
"Target": "/media",
561072
+
"Default": "",
561073
+
"Mode": "ro",
561074
+
"Description": "Optional: mount your media library here so resolvarr can read files for dovi_tool. Read-only is sufficient. Leave empty if you're not using Dolby Vision detail tagging. Two ways to make the paths line up: (1) Easiest \u2014 use the same in-container path as Radarr/Sonarr (e.g. if Radarr mounts the share as /movies, set Container Path here to /movies too \u2014 no Path Mapping needed). (2) Different in-container paths \u2014 set whatever you like here, then add a Path Mapping under Settings \u2192 Instances inside the web UI to translate Radarr's path prefix into yours.",
"Description": "Pick 'true' to install ffmpeg + dovi_tool at container startup, enabling Dolby Vision detail tags (profile / layer / CM version). First start with the toggle on takes ~10-15 s longer while the static binaries download (~50 MB total). Requires the Media volume above to be mounted so the tools can read your files. Leave as 'false' if you're not using DV detail tagging.",
561127
+
"Type": "Variable",
561128
+
"Display": "always",
561129
+
"Required": "false",
561130
+
"Mask": "false"
561131
+
},
561132
+
"value": ""
561133
+
},
561134
+
{
561135
+
"@attributes": {
561136
+
"Name": "TRUSTED_NETWORKS",
561137
+
"Target": "TRUSTED_NETWORKS",
561138
+
"Default": "",
561139
+
"Description": "Optional: lock Trusted Networks at host level. Comma-separated IPs/CIDRs (e.g. 192.168.86.0/24, 10.66.0.0/24). When set, the field in the Security panel becomes read-only and can only be changed by editing this template and restarting. Leave empty to configure via the web UI. Loopback is always trusted regardless.",
561140
+
"Type": "Variable",
561141
+
"Display": "advanced",
561142
+
"Required": "false",
561143
+
"Mask": "false"
561144
+
},
561145
+
"value": ""
561146
+
},
561147
+
{
561148
+
"@attributes": {
561149
+
"Name": "TRUSTED_PROXIES",
561150
+
"Target": "TRUSTED_PROXIES",
561151
+
"Default": "",
561152
+
"Description": "Optional: lock Trusted Proxies at host level. Comma-separated reverse-proxy IPs (e.g. 172.17.0.1). Only needed when resolvarr sits behind SWAG, Authelia, Traefik, etc. When set, the field becomes read-only. Leave empty for direct access.",
0 commit comments