Giter Site home page Giter Site logo

binhex / arch-sickchill Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 55 KB

Docker build script for Arch Linux base with SickChill

License: GNU General Public License v3.0

Dockerfile 18.77% Shell 81.23%
arch-linux sickbeard sickchill docker-image metadata tv-series automated-downloads

arch-sickchill's Introduction

Application

SickChill

Description

SickChill is a Video File Manager for TV Shows, It watches for new episodes of your favorite shows and when they are posted it does its magic. SickChill is currently in beta release stage. There may be severe bugs in it and at any given time it may not work at all.

Build notes

Latest stable SickChill release from GitHub.

Usage

docker run -d \
    -p 8081:8081 \
    --name=<container name> \
    -v <path for media files>:/media \
    -v <path for data files>:/data \
    -v <path for config files>:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=<umask for created files> \
    -e PUID=<uid for user> \
    -e PGID=<gid for user> \
    binhex/arch-sickchill

Please replace all user variables in the above command defined by <> with the correct values.

Access application

http://<host ip>:8081

Example

docker run -d \
    -p 8081:8081 \
    --name=sickchill \
    -v /media/tv:/media \
    -v /apps/docker/sabnzbd/watched:/data \
    -v /apps/docker/sickchill:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
    binhex/arch-sickchill

Notes

User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-

id <username>

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support forum

arch-sickchill's People

Contributors

binhex avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

arch-sickchill's Issues

Won't Start

Running on UnRaid. Getting the follow error:

Updated last night to the latest binhex-sickchill and now I get this:
2024-04-11 07:16:42.826957 [info] Host is running unRAID

2024-04-11 07:16:42.863553 [info] System information Linux 6c361a1311b4 6.1.64-Unraid #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023 x86_64 GNU/Linux

2024-04-11 07:16:42.909022 [info] PUID defined as '99'

2024-04-11 07:16:42.985121 [info] PGID defined as '100'

2024-04-11 07:16:43.068677 [info] UMASK defined as '000'

2024-04-11 07:16:43.108697 [info] Permissions already set for '/config'

2024-04-11 07:16:43.159001 [info] Deleting files in /tmp (non recursive)...

2024-04-11 07:16:43.409382 [info] Starting Supervisor...

2024-04-11 07:16:43,818 INFO Included extra file "/etc/supervisor/conf.d/sickchill.conf" during parsing

2024-04-11 07:16:43,818 INFO Set uid to user 0 succeeded

2024-04-11 07:16:43,823 INFO supervisord started with pid 7

2024-04-11 07:16:44,826 INFO spawned: 'start-script' with pid 47

2024-04-11 07:16:44,827 INFO reaped unknown pid 8 (exit status 0)

2024-04-11 07:16:45,567 DEBG 'start-script' stderr output:

/home/nobody/start.sh: line 7: 49 Illegal instruction "${install_path}/bin/sickchill" --config /config/config.ini --datadir /config

2024-04-11 07:16:45,567 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

2024-04-11 07:16:45,568 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 23167379153616 for <Subprocess at 23167381214736 with name start-script in state RUNNING> (stdout)>

2024-04-11 07:16:45,569 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 23167379445712 for <Subprocess at 23167381214736 with name start-script in state RUNNING> (stderr)>

2024-04-11 07:16:45,569 WARN exited: start-script (exit status 132; not expected)

2024-04-11 07:16:45,569 DEBG received SIGCHLD indicating a child quit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.