GithubHelp home page GithubHelp logo

tomhardy-hsb / dockerjack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asif1q/dockerjack

0.0 0.0 0.0 14 KB

Docker container for Jackett, based on latest Debian stable

License: MIT License

Shell 5.74% Dockerfile 94.26%

dockerjack's Introduction

docker-jackett

Docker container for Jackett, based on latest Debian stable

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 \
-d \
--name jackett \
-e JACKETT_UID=<user id> \
-e JACKETT_GID=<group id> \
-p 9117:9117/tcp \
-v <path/to/jackett/config>:/config \
-v <path/to/data/folder>:/data \
twanislas/jackett

Parameters

  • -e JACKETT_UID=<user id> The user id of the jackett user created inside the container. This will default to 2000 if you don't set it.
  • -e JACKETT_GID=<group id> The group id of the jackett group created inside the container. This will default to 2000 if you don't set it.
  • -p <host port>:<container port> Forwards ports from the host to the container.
    • 9117 Web interface port.
  • -v <path/to/jackett/config>:/config This is the path where you want to store Jackett's configuration
  • -v <path/to/data/folder>:/data This is the path where Jackett can download torrents while doing a manual search. Also known as "blackhole" folder Ideally, this folder would be monitored by your download client.

dockerjack's People

Contributors

twanislas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.