Sign inSign up

mistercyp/couchpotato

By mistercyp

Updated over 10 years ago

couchpotato based on alpine

Image
0

259

mistercyp/couchpotato repository overview

CouchPotato

Tag available

Description

What is CouchPotato ?

CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.

Build Image

docker build -t xataz/couchpotato github.com/xataz/dockerfiles.git#master:couchpotato

Configuration

Environments
  • WEBROOT : Choose webroot of couchpotato (default : nothing)
  • UID : Choose uid for launch couchpotato (default : 991)
  • GID : Choose gid for launch couchpotato (default : 991)
  • APIKEY : API KEY for use API (default : Random)
Volumes
  • /config : Path where is configuration of couchpotato
Ports
  • 5050

Usage

Speed launch
docker run -d -p 5050:5050 xataz/couchpotato

URI access : http://XX.XX.XX.XX:5050

Advanced launch
docker run -d -p 8080:5050 \
	-e WEBROOT=/cp \
	-e UID=1001 \
	-e GID=1001 \
	-v /docker/config/CP:/config \
	xataz/couchpotato

URI access : http://XX.XX.XX.XX:8080/cp

Tag summary

Content type

Image

Digest

Size

54.3 MB

Last updated

over 10 years ago

docker pull mistercyp/couchpotato