Sign inSign up

ravensorb/linuxserver-mods-sonarr-init

By ravensorb

Updated about 5 years ago

Image
0

1.8K

ravensorb/linuxserver-mods-sonarr-init repository overview

linuxserver-mods-sonarr-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: sonarr-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
SONARR_PORT_INTERNAL_HTTP8989
SONARR_APIKEY7181021f173711ecbf5d2f246436ff0e
SONARR_OPTIONS_DOWNLOADER_NZBGET_ENABLED1
SONARR_OPTIONS_DOWNLOADER_NZBGET_HOST
SONARR_OPTIONS_DOWNLOADER_NZBGET_PORT
SONARR_OPTIONS_DOWNLOADER_NZBGET_USERNAME
SONARR_OPTIONS_DOWNLOADER_NZBGET_USERPASSWORD
SONARR_OPTIONS_DOWNLOADER_SABNZBD_ENABLED0
SONARR_OPTIONS_DOWNLOADER_SABNZBD_HOST
SONARR_OPTIONS_DOWNLOADER_SABNZBD_PORT
SONARR_OPTIONS_DOWNLOADER_SABNZBD_APIKEY7181021b173711ecbf5d2f246436ff0e
SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_ENABLED1
SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_HOST
SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PORT
SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_USERNAMEadmin
SONARR_OPTIONS_DOWNLOADER_QBITTORRENT_PASSWORDadminadmin
SONARR_OPTIONS_INDEXER_JACKETT_FEEDS_ENABLED1
SONARR_OPTIONS_INDEXER_JACKETT_HOST
SONARR_OPTIONS_INDEXER_JACKETT_PORT9117
SONARR_OPTIONS_INDEXER_JACKETT_APIKEY7181021c173711ecbf5d2f246436ff0e
SONARR_OPTIONS_INDEXER_NZBFINDER_ENABLED1
SONARR_OPTIONS_INDEXER_NZBFINDER_APIKEY7181021d173711ecbf5d2f246436ff0e
SONARR_OPTIONS_INDEXER_NZBGEEK_ENABLED1
SONARR_OPTIONS_INDEXER_NZBGEEK_APIKEY7181021e173711ecbf5d2f246436ff0e
PLEX_TOKEN

Sample docker-compose.yml

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

Tag summary

Content type

Image

Digest

Size

13.3 kB

Last updated

about 5 years ago

docker pull ravensorb/linuxserver-mods-sonarr-init