77 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<Beta>False</Beta>
<Category>Downloaders: MediaApp:Video</Category>
<Date>2016-08-08</Date>
<Changes>
[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
[center][font size=4]CouchPotato Change Log[/font][/center]
[b]08.08.2016[/b] Rebase to alpine linux
[b]10.12.2015[/b] Update requests and urllib3 libraries via baseimage
[b]12.11.2015:[/b] Code Cleanup, and updated baseimage.
[b]25.09.2015:[/b] Add python-openssl package.
[b]12.08.2015:[/b] Updated Support Thread.</Changes>
<Support>http://lime-technology.com/forum/index.php?topic=42149.0</Support>
<Name>couchpotato</Name>
<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.&#13;
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&amp;#13;&#13;
[b]/config[/b] : Storing all CouchPotato config files [br]&amp;#13;&#13;
[b]/downloads[/b] : Point to downloads folder[br]&amp;#13;&#13;
[b]/movies[/b] : Point to Movies share[br]&amp;#13;&#13;
[b]5050[/b] : The web-interface. [br]</Description>
<Project>https://couchpota.to/</Project>
<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://hub.docker.com/r/linuxserver/couchpotato/</Registry>
<Repository>linuxserver/couchpotato</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5050</HostPort>
<ContainerPort>5050</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></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>
<Version>992c565c</Version>
<WebUI>http://[IP]:[PORT:5050]/</WebUI>
<Banner>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/couchpotato-banner.png</Banner>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/couchpotato-icon.png</Icon>
<ExtraParams></ExtraParams>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/index.php/donations/</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine.python</BaseImage>
</Container>