Created by: Shawn Anderson
This linux server mod handles the initial setup and configuration of the image at startup based on the specified environment variables values
| Name | Value | Comment |
|---|---|---|
| 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 |
| JACKETT_PORT_INTERNAL_HTTP | 9117 | |
| JACKETT_APIKEY | 49187a0e10ce11ecbf5d2f246436ff0e | |
| JACKETT_FLARESOLVERR_INTERNAL | https://flaresolverr:8191 |
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
Content type
Image
Digest
Size
6.5 kB
Last updated
about 5 years ago
docker pull ravensorb/linuxserver-mods-jackett-init