Skip to content

TheWicklowWolf/Huntorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Docker Pulls

huntorr

Web GUI for manually finding torrents and adding them to qBittorrent.

Run using docker-compose

services:
  huntorr:
    image: thewicklowwolf/huntorr:latest
    container_name: huntorr
    environment:
      - torrenter_username=user
      - torrenter_password=password
      - torrenter_ip=192.168.1.2
      - torrenter_port=5002
      - media_server_addresses=Plex:http://192.168.1.2:32400, Jellyfin:http://192.168.1.2:8096
      - media_server_tokens=Plex:abc, Jellyfin:def
      - media_server_library_name=Movies
    ports:
      - 5000:5000
    restart: unless-stopped

light


dark


https://hub.docker.com/r/thewicklowwolf/huntorr