
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.
docker build -t xataz/couchpotato github.com/xataz/dockerfiles.git#master:couchpotato
docker run -d -p 5050:5050 xataz/couchpotato
URI access : http://XX.XX.XX.XX:5050
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
Content type
Image
Digest
Size
54.3 MB
Last updated
over 10 years ago
docker pull mistercyp/couchpotato