Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docker build script for Arch Linux base with SickChill

License

NotificationsYou must be signed in to change notification settings

binhex/arch-sickchill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SickChill

Description

SickChill is a Video File Manager for TV Shows, It watches for new episodes ofyour favorite shows and when they are posted it does its magic. SickChill iscurrently in beta release stage. There may be severe bugs in it and at any giventime 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<pathfor media files>:/media \    -v<pathfor data files>:/data \    -v<pathfor config files>:/config \    -v /etc/localtime:/etc/localtime:ro \    -e UMASK=<umaskfor created files> \    -e PUID=<uidfor user> \    -e PGID=<gidfor user> \    binhex/arch-sickchill

Please replace all user variables in the above command defined by <> with thecorrect 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 commandfor 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

About

Docker build script for Arch Linux base with SickChill

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp