Skip to content

Huntarr🔗

EDIT: The developer (read: Vibe Coder) went completely off the rails and started turning this into a Radarr replacement.
It was full of massive security holes, and then the developer just disappeared and deleted everything :D

old info

A simple tool that searches for missing and upgradeable files, since Sonarr and Radarr do not handle this particularly well on their own.
An additional feature is the ability to remove stalled downloads and automatically search for a new release.

Huntarr compose file🔗

# Huntarr
huntarr:
    image: huntarr/huntarr:latest
    container_name: huntarr
    ports:
    - 9705:9705
    volumes:
    - ./huntarr:/config
    environment:
    - TZ=Europe/Tallinn
    restart: unless-stopped

Setup🔗

Doc unfinished