Maintained by Thijmen Heuvelink

Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software.

Run it with Docker

docker run -d \
  --name=jackett \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Amsterdam \
  -e AUTO_UPDATE=true `#optional` \
  -p 9117:9117 \
  -v /root/env/jackett/config:/config \
  -v /root/env/jackett/cache:/downloads \
  --restart unless-stopped \
  lscr.io/linuxserver/jackett:latest

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved