User Tools

Site Tools


systems:docker_main:install_docker_containers:install_jacket

This is an old revision of the document!


Systems - Docker Main - Install Docker Containers - Install Jacket

Jackett works as a proxy server.

  • It translates queries from apps (Sonarr, 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.

docket-compose
---
version: "2.1"
services:
  jackett:
    image: ghcr.io/linuxserver/jackett
    container_name: jackett
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Jersey
      - AUTO_UPDATE=true #optional
#      - RUN_OPTS=<run options here> #optional
    volumes:
      - /home/peter/jackett/config:/config
      - /home/peter/jackett/downloads:/downloads
    ports:
      - 9117:9117
    restart: unless-stopped
systems/docker_main/install_docker_containers/install_jacket.1626422916.txt.gz ยท Last modified: 2021/07/16 08:08 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki