Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhex/arch-couchpotato-git
Docker build script for Arch Linux base with CouchPotato (git master)
https://github.com/binhex/arch-couchpotato-git
couchpotato docker-image downloader torrent usenet
Last synced: 27 days ago
JSON representation
Docker build script for Arch Linux base with CouchPotato (git master)
- Host: GitHub
- URL: https://github.com/binhex/arch-couchpotato-git
- Owner: binhex
- License: gpl-3.0
- Created: 2016-09-06T20:41:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:42:02.000Z (7 months ago)
- Last Synced: 2024-04-01T18:21:46.639Z (7 months ago)
- Topics: couchpotato, docker-image, downloader, torrent, usenet
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[CouchPotato](http://couchpota.to)
**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= \
-v :/media \
-v :/data \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-couchpotato-git
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://: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
```
___
If you appreciate my work, then please consider buying me a beer :D[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](http://lime-technology.com/forum/index.php?topic=45837.0)