Chef recipe to install and configure Couchpotato.
This recipe installs and configures Couchpotato.
default['couchpotato']['location'] = "/opt/couchpotato"
- The location where git clones the repodefault['couchpotato']['user'] = "couchpotato"
- The user that runs Couchpotatodefault['couchpotato']['group'] = "couchpotato"
- The group of Chouchpotatodefault['couchpotato']['data_dir'] = "~/.couchpotato"
- Couchpotato's datadirdefault["couchpotato"]["sabnzbd"]["category"] = "movie"
- Category for downloaded files in Sabdefault["couchpotato"]["sabnzbd"]["delete_failed"] = "True"
default["couchpotato"]["sabnzbd"]["enabled"] ="1"
- Enable/disable sabdefault["couchpotato"]["sabnzbd"]["manual"] = "False"
default["couchpotato"]["sabnzbd"]["host"] = "http://localhost:8080"
default["couchpotato"]["sabnzbd"]["api_key"] = ""
default["couchpotato"]["preferred_method"] = "both"
- Search for nzb, torrent of bothdefault["couchpotato"]["utorrent"]["username"] =""
- Utorrent usernamedefault["couchpotato"]["utorrent"]["manual"] =""
- Utorrent manual searchdefault["couchpotato"]["utorrent"]["enabled"] ="1"
- Enable Utorrentdefault["couchpotato"]["utorrent"]["label"] =""
- Label for utorrent downloadsdefault["couchpotato"]["utorrent"]["paused"] =""
- Start download pauseddefault["couchpotato"]["utorrent"]["host"] ="localhost"
-default["couchpotato"]["utorrent"]["password"] =""
-default["couchpotato"]["kickasstorrents"]["enabled"] ="True"
- Enable/disabledefault["couchpotato"]["publichd"]["enabled"] ="True"
- Enable/disabledefault["couchpotato"]["thepiratebay"]["domain"] =""
- TPB proxy serverdefault["couchpotato"]["thepiratebay"]["enabled"] ="True"
- Enable/disable
Dependencies:
Supports:
- Ubuntu 12.10