Sign inSign up

sgtsquiggs/jackett

By sgtsquiggs

Updated almost 8 years ago

Jackett works as a proxy server.

Image
1

5.7K

sgtsquiggs/jackett repository overview

No longer maintained! Please use lsio's image instead.

jackett

This image is derived from sgtsquiggs/alpine.

Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.

Usage

docker run \
    --name=jackett \
    -v <path to data>:/config \
    -v <path to blackhole>:/downloads \
    -e PGID=<gid> -e PUID=<uid> \
    -p 9117:9117 \
    sgtsquiggs/jackett

Parameters

  • -p 9117:9117 external port 9117 mapping to internal port 9117
  • -v <path>:/config where configuation files are stored.
  • -v <path>:/downloads where downloads go.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

114.7 MB

Last updated

almost 8 years ago

docker pull sgtsquiggs/jackett