Sign inSign up

technosoft2000/sickchill

By technosoft2000

•Updated over 6 years ago

Docker image for SickChill German fork, based on docker image of Alpine

Image
0

696

technosoft2000/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 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

Tag summary

Content type

Image

Digest

Size

73.3 MB

Last updated

over 6 years ago

docker pull technosoft2000/sickchill