AppFeed/templates/gfjardimsRepository/needo/CouchPotato.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

54 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>CouchPotato</Name>
<Overview>
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.
</Overview>
<Registry>https://registry.hub.docker.com/r/needo/couchpotato/</Registry>
<GitHub>https://github.com/needo37/couchpotato</GitHub>
<Repository>needo/couchpotato</Repository>
<Support>http://lime-technology.com/forum/index.php?topic=33822.0</Support>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5050</HostPort>
<ContainerPort>5050</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>EDGE</Name>
<Value>0</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/couchpotato</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/downloads</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/movies</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:5050]/</WebUI>
<Icon>https://i.imgur.com/popkAe6.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/gfjardim/docker-containers/templates/needo/CouchPotato.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Category>Downloaders: MediaServer:Video</Category>
<Description>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.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/gfjardimsRepository/needo/CouchPotato.xml</templatePath>
</Container>