Huntarr
This application continually searches your media libraries for missing content and items that need quality upgrades. It automatically triggers searches for both missing items and those below your quality cutoff. It's designed to run continuously while being gentle on your indexers, helping you gradually complete your media collection with the best available quality.
This app is hosted on Latte as a docker container
https://github.com/trentnbauer/agg/blob/main/docker-compose/huntarr.yml
version: '3.8'
services:
app:
image: ghcr.io/plexguide/huntarr:8.1.8@sha256:c31d6da9a27ab589a0846b7ad691dd920a0f8fea746ed9d232d56c6ad7d85b91
networks:
- cloudflare-net
restart: always
ports:
- ${PORT:-9705}:9705
volumes:
- config:/config
environment:
- TZ=${TZ:-Australia/Melbourne}
healthcheck:
test: netstat -ltn | grep -c ":9705"
interval: 30s
retries: 3
start_period: 30s
timeout: 20s
labels:
- autoheal=true
- dockflare.enable=${CFTUNNEL:-true}
- dockflare.0.hostname=${CFSUBDOMAIN}${CFDOMAIN}
- dockflare.0.service=http://${HOSTNAME}:${PORT:-9705}
- dockflare.0.access.policy=${CFPOLICY:-default_tld}
- dockflare.0.zonename=${CFDOMAIN}
- dockflare.0.path=${CFURLPATH:-}
volumes:
config:
networks:
cloudflare-net:
name: cloudflare-net
external: true
Port
Purpose
9705
Web UI
Host Volume
Container Volume
Purpose
huntarr_config
/config
Configuration files
Integration
Purpose
Lidarr, Radarr, Sonarr
Manage library
Last updated
Was this helpful?