Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

sgtsquiggs/docker-jackett

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published