chbmb 323e01eb36 Update Support Links
Removed sickbeard and plexpy
2018-09-14 21:46:40 +01:00

72 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/mylar.xml</TemplateURL>
<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>https://forums.unraid.net/topic/44234-support-linuxserverio-mylar/</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>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png</Icon>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine.python:3.6</BaseImage>
</Container>