Web GUI for manually finding torrents and adding them to qBittorrent.
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

