Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Docker build script for Arch Linux base with CouchPotato (git master)

License

Notifications You must be signed in to change notification settings

binhex/arch-couchpotato-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application

CouchPotato

Description

Awesome PVR for usenet and torrents. Just fill in what you want to see and CouchPotato will add it to your "want to watch"-list. Every day it will search through multiple NZBs & Torrents sites, looking for the best possible match. If available, it will download it using your favorite download software.

Build notes

Latest GitHub master branch of CouchPotato from Arch Linux AUR.

Usage

docker run -d \
    -p 5050:5050 \
    --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-couchpotato-git

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

Access application

http://<host ip>:5050

Example

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

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