Sign inSign up

ravensorb/linuxserver-mods-jackett-init

By ravensorb

Updated about 5 years ago

Image
0

2.8K

ravensorb/linuxserver-mods-jackett-init repository overview

linuxserver-mods-jackett-init [v1.0]

Created by: Shawn Anderson

Overview

This linux server mod handles the initial setup and configuration of the image at startup based on the specified environment variables values


Container: jackett-init-mod

Environment Variables
NameValueComment
TZAmerica/New YorkThe timezone to use
PUID1000The default process uid
PGID1000The default process guid
CONTAINER_DOMAINhome.localCurrent root domain name
JACKETT_PORT_INTERNAL_HTTP9117
JACKETT_APIKEY49187a0e10ce11ecbf5d2f246436ff0e
JACKETT_FLARESOLVERR_INTERNALhttps://flaresolverr:8191

Sample docker-compose.yml

version: "3.7"

services:

  jackett-init-mod:
    image: linuxservier/jackett-init-mod
    env:
        - DOCKER_MODS=ravensorb/linuxserver-mods-jackett-init
        - TZ=America/New York # The timezone to use
        - PUID=1000 # The default process uid
        - PGID=1000 # The default process guid
        - CONTAINER_DOMAIN=home.local # Current root domain name
        # The following variables are used by the MOD
        - JACKETT_PORT_INTERNAL_HTTP=9117 # 
        - JACKETT_APIKEY=49187a0e10ce11ecbf5d2f246436ff0e # 
        - JACKETT_FLARESOLVERR_INTERNAL=https://flaresolverr:8191 # 
    logging:
      driver: json-file
      options:
        max-size: "100m"
        max-file: "10"
    security_opt:
      - no-new-privileges:true
    restart: always

Tag summary

Content type

Image

Digest

Size

6.5 kB

Last updated

about 5 years ago

docker pull ravensorb/linuxserver-mods-jackett-init