Skip to content

Technosoft2000/sickchill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SickRage Logo SickChill in docker container (german version)

Image is created in auto-build for x86 based systems. Image is created on TinkerBoard, Raspberry Pi, Rock64 or AWS for ARM(64) based systems.

Versions in latest image

The image is based on the latest SickChill version.
I only updated the settings, to not ignore the german releases, and added glotz.info as indexer, if german ENV is set (for convenience).

Start your container

For [/cfg+db/location], use the volume, where your config-file and the database from SickRage is stored.

For [/incoming/folder], you can use the volume, where the files will be stored, that SickRage should process.

For [/media/folder], use the volume, where the postprocessed files will be stored.

You can set the timezone for the container via environment-variable "TZ".
You can activate support for german releases via the environment-variable "GERMAN".

Important: for german airdates, the language of SickChill needs to be set go "German" as well!

docker run -d \
  -v [/cfg+db/location]:/data \
  -v [/incoming/folder]:/incoming \
  -v [/media/folder]:/media \
  -e TZ="Europe/Berlin" \
  -e GERMAN=true \
  [-e PUID=<uid> \]
  [-e PGID=<gid> \]
  -p 8081:8081 \
  --user=[UID:GID] \
  --name sickchill \
  --restart=unless-stopped avpnusr/sickchill

About

SickChill in docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 1.6%
  • Dockerfile 0.7%