User Tools

Site Tools


systems:docker_main:install_docker_containers:install_jacket

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
systems:docker_main:install_docker_containers:install_jacket [2021/07/16 08:08] – created petersystems:docker_main:install_docker_containers:install_jacket [2021/07/16 08:12] (current) – removed peter
Line 1: Line 1:
-====== 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. 
- 
----- 
- 
-<file bash 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 
-</file> 
- 
  
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