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 |
| SONARR_PORT_INTERNAL_HTTP | 8989 | |
| SONARR_APIKEY | 7181021f173711ecbf5d2f246436ff0e | |
| SONARR_OPTIONS_DOWNLOADER_NZBGET_ENABLED | 1 | |
| SONARR_OPTIONS_DOWNLOADER_NZBGET_HOST | ||
| SONARR_OPTIONS_DOWNLOADER_NZBGET_PORT | ||
| SONARR_OPTIONS_DOWNLOADER_NZBGET_USERNAME | ||
| SONARR_OPTIONS_DOWNLOADER_NZBGET_USERPASSWORD | ||
| SONARR_OPTIONS_DOWNLOADER_SABNZBD_ENABLED | 0 | |
| SONARR_OPTIONS_DOWNLOADER_SABNZBD_HOST | ||
| SONARR_OPTIONS_DOWNLOADER_SABNZBD_PORT | ||
| SONARR_OPTIONS_DOWNLOADER_SABNZBD_APIKEY | 7181021b173711ecbf5d2f246436ff0e | |
| SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_ENABLED | 1 | |
| SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_HOST | ||
| SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PORT | ||
| SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_USERNAME | admin | |
| SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PASSWORD | adminadmin | |
| SONARR_OPTIONS_INDEXER_JACKETT_FEEDS_ENABLED | 1 | |
| SONARR_OPTIONS_INDEXER_JACKETT_HOST | ||
| SONARR_OPTIONS_INDEXER_JACKETT_PORT | 9117 | |
| SONARR_OPTIONS_INDEXER_JACKETT_APIKEY | 7181021c173711ecbf5d2f246436ff0e | |
| SONARR_OPTIONS_INDEXER_NZBFINDER_ENABLED | 1 | |
| SONARR_OPTIONS_INDEXER_NZBFINDER_APIKEY | 7181021d173711ecbf5d2f246436ff0e | |
| SONARR_OPTIONS_INDEXER_NZBGEEK_ENABLED | 1 | |
| SONARR_OPTIONS_INDEXER_NZBGEEK_APIKEY | 7181021e173711ecbf5d2f246436ff0e | |
| PLEX_TOKEN |
version: "3.7"
services:
sonarr-init-mod:
image: linuxservier/sonarr-init-mod
env:
- DOCKER_MODS=ravensorb/linuxserver-mods-sonarr-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
- SONARR_PORT_INTERNAL_HTTP=8989 #
- SONARR_APIKEY=7181021f173711ecbf5d2f246436ff0e #
- SONARR_OPTIONS_DOWNLOADER_NZBGET_ENABLED=1 #
- SONARR_OPTIONS_DOWNLOADER_NZBGET_HOST= #
- SONARR_OPTIONS_DOWNLOADER_NZBGET_PORT= #
- SONARR_OPTIONS_DOWNLOADER_NZBGET_USERNAME= #
- SONARR_OPTIONS_DOWNLOADER_NZBGET_USERPASSWORD= #
- SONARR_OPTIONS_DOWNLOADER_SABNZBD_ENABLED=0 #
- SONARR_OPTIONS_DOWNLOADER_SABNZBD_HOST= #
- SONARR_OPTIONS_DOWNLOADER_SABNZBD_PORT= #
- SONARR_OPTIONS_DOWNLOADER_SABNZBD_APIKEY=7181021b173711ecbf5d2f246436ff0e #
- SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_ENABLED=1 #
- SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_HOST= #
- SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PORT= #
- SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_USERNAME=admin #
- SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PASSWORD=adminadmin #
- SONARR_OPTIONS_INDEXER_JACKETT_FEEDS_ENABLED=1 #
- SONARR_OPTIONS_INDEXER_JACKETT_HOST= #
- SONARR_OPTIONS_INDEXER_JACKETT_PORT=9117 #
- SONARR_OPTIONS_INDEXER_JACKETT_APIKEY=7181021c173711ecbf5d2f246436ff0e #
- SONARR_OPTIONS_INDEXER_NZBFINDER_ENABLED=1 #
- SONARR_OPTIONS_INDEXER_NZBFINDER_APIKEY=7181021d173711ecbf5d2f246436ff0e #
- SONARR_OPTIONS_INDEXER_NZBGEEK_ENABLED=1 #
- SONARR_OPTIONS_INDEXER_NZBGEEK_APIKEY=7181021e173711ecbf5d2f246436ff0e #
- PLEX_TOKEN= #
logging:
driver: json-file
options:
max-size: "100m"
max-file: "10"
security_opt:
- no-new-privileges:true
restart: always
Content type
Image
Digest
Size
13.3 kB
Last updated
about 5 years ago
docker pull ravensorb/linuxserver-mods-sonarr-init