2016-12-30 10:14:41 +00:00

73 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<Beta>False</Beta>
<Category>Downloaders: MediaApp:Books</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]Mylar Change Log[/font][/center]
[b]08.08.2016:[/b] Rebase to alpine linux.
[b]26.01.2016:[/b] Initial Release.
</Changes>
<Name>mylar</Name>
<Support>http://lime-technology.com/forum/index.php?topic=45937.0</Support>
<Description>An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.[br]
[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] : Storing all mylar config files [br]
[b]/downloads[/b] : Point to Downloads location[br]
[b]/comics[/b] : Point to location of your comics[br]
</Description>
<Project>https://github.com/evilhero/mylar</Project>
<Overview>An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/mylar/</Registry>
<Repository>linuxserver/mylar</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>8090</HostPort>
<ContainerPort>8090</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>/comics</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8090]/</WebUI>
<Banner></Banner>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png</Icon>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine.python</BaseImage>
</Container>