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 |
| NZBGET_USERNAME | ||
| NZBGET_PASSWORD | ||
| NZBGET_NNTPSERVER1_ENABLED | 1 | |
| NZBGET_NNTPSERVER1_NAME | Usenet.Farm | |
| NZBGET_NNTPSERVER1_HOST | news.usenet.farm | |
| NZBGET_NNTPSERVER1_PORT | 443 | |
| NZBGET_NNTPSERVER1_ENCRYPTION | yes | |
| NZBGET_NNTPSERVER1_MAXCONNECTIONS | 40 | |
| NZBGET_NNTPSERVER1_USERNAME | username | |
| NZBGET_NNTPSERVER1_PASSWORD | password | |
| NZBGET_NNTPSERVER2_ENABLED | 0 | |
| NZBGET_NNTPSERVER2_NAME | Giganews | |
| NZBGET_NNTPSERVER2_HOST | news.giganews.com | |
| NZBGET_NNTPSERVER2_PORT | 443 | |
| NZBGET_NNTPSERVER2_ENCRYPTION | yes | |
| NZBGET_NNTPSERVER2_MAXCONNECTIONS | 40 | |
| NZBGET_NNTPSERVER2_USERNAME | username | |
| NZBGET_NNTPSERVER2_PASSWORD | password | |
| NZBGET_NNTPSERVER3_ENABLED | 0 | |
| NZBGET_NNTPSERVER3_NAME | Astraweb | |
| NZBGET_NNTPSERVER3_HOST | ssl.astraweb.com | |
| NZBGET_NNTPSERVER3_PORT | 443 | |
| NZBGET_NNTPSERVER3_ENCRYPTION | yes | |
| NZBGET_NNTPSERVER3_MAXCONNECTIONS | 50 | |
| NZBGET_NNTPSERVER3_USERNAME | username | |
| NZBGET_NNTPSERVER3_PASSWORD | password |
version: "3.7"
services:
nzbget-init-mod:
image: linuxservier/nzbget-init-mod
env:
- DOCKER_MODS=ravensorb/linuxserver-mods-nzbget-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
- NZBGET_USERNAME= #
- NZBGET_PASSWORD= #
- NZBGET_NNTPSERVER1_ENABLED=1 #
- NZBGET_NNTPSERVER1_NAME=Usenet.Farm #
- NZBGET_NNTPSERVER1_HOST=news.usenet.farm #
- NZBGET_NNTPSERVER1_PORT=443 #
- NZBGET_NNTPSERVER1_ENCRYPTION=yes #
- NZBGET_NNTPSERVER1_MAXCONNECTIONS=40 #
- NZBGET_NNTPSERVER1_USERNAME=username #
- NZBGET_NNTPSERVER1_PASSWORD=password #
- NZBGET_NNTPSERVER2_ENABLED=0 #
- NZBGET_NNTPSERVER2_NAME=Giganews #
- NZBGET_NNTPSERVER2_HOST=news.giganews.com #
- NZBGET_NNTPSERVER2_PORT=443 #
- NZBGET_NNTPSERVER2_ENCRYPTION=yes #
- NZBGET_NNTPSERVER2_MAXCONNECTIONS=40 #
- NZBGET_NNTPSERVER2_USERNAME=username #
- NZBGET_NNTPSERVER2_PASSWORD=password #
- NZBGET_NNTPSERVER3_ENABLED=0 #
- NZBGET_NNTPSERVER3_NAME=Astraweb #
- NZBGET_NNTPSERVER3_HOST=ssl.astraweb.com #
- NZBGET_NNTPSERVER3_PORT=443 #
- NZBGET_NNTPSERVER3_ENCRYPTION=yes #
- NZBGET_NNTPSERVER3_MAXCONNECTIONS=50 #
- NZBGET_NNTPSERVER3_USERNAME=username #
- NZBGET_NNTPSERVER3_PASSWORD=password #
logging:
driver: json-file
options:
max-size: "100m"
max-file: "10"
security_opt:
- no-new-privileges:true
restart: always
Content type
Image
Digest
Size
30.1 kB
Last updated
almost 5 years ago
docker pull ravensorb/linuxserver-mods-nzbget-init