docker-templates/linuxserver.io/lazylibrarian.xml
chbmb 323e01eb36 Update Support Links
Removed sickbeard and plexpy
2018-09-14 21:46:40 +01:00

75 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/lazylibrarian.xml</TemplateURL>
<Beta>False</Beta>
<Category>MediaApp:Books</Category>
<Date>2017-01-12</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]LazyLibrarian Change Log[/font][/center]
[b]12.01.2017:[/b] Add ghostscript package, allows creation of magazine covers.
[b]26.09.2016:[/b] Initial Release
</Changes>
<Support>https://forums.unraid.net/topic/50617-support-linuxserverio-lazylibrarian/</Support>
<Name>lazylibrarian</Name>
<Description>LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info.[br][br]
[b][span style='color: #E80000;']Directions:[/span][/b][br]
[b]/config[/b] : Where the config file will be created.[br]
[b]/downloads[/b] : Location of incoming downloads.[br]
[b]/books[/b] : Location of library.[br]
</Description>
<Project>https://github.com/DobyTang/LazyLibrarian/</Project>
<Overview>LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.</Overview>
<Registry>https://hub.docker.com/r/linuxserver/lazylibrarian/</Registry>
<Repository>linuxserver/lazylibrarian</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>5299</HostPort>
<ContainerPort>5299</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>/books</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Version></Version>
<WebUI>http://[IP]:[PORT:5299]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/lazylibrarian-icon.png</Icon>
<ExtraParams></ExtraParams>
<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>