Sign inSign up

avpnusr/sickchill

By avpnusr

•Updated about 4 years ago

SickChill in a multiarchitecture docker container amd64, arm64, arm

Image
0

100K+

avpnusr/sickchill repository overview

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 version v2019.09.02-1 of SickChill⁠.
I only updated some settings, to not ignore the german releases, and added glotz.info as indexer, if german ENV is set (for convenience).

Last build is from: 25/12/2021

⁠Status from last build

SickChill Docker Build

⁠Start your container

Important: You should really use your own APIKEY from glotz.info⁠, they are providing a great service for german airdates!

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". You can set your own glotz.info APIKEY via the environment-variable "APIKEY".

Important: for german airdates, the language for indexers of SickChill needs to be set to "German / Deutsch" 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 APIKEY=<glotz.info APIKEY> \
  [-e PUID=<uid> \]
  [-e PGID=<gid> \]
  -p 8081:8081 \
  --user=[UID:GID] \
  --name sickchill \
  --restart=unless-stopped avpnusr/sickchill

Tag summary

Content type

Image

Digest

sha256:a1aa3b1b4…

Size

77.4 MB

Last updated

about 4 years ago

docker pull avpnusr/sickchill