AppFeed/lsio_categories/lazylibrarian.xml
2023-08-10 11:19:06 -04:00

68 lines
2.5 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>
<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/python</BaseImage>
</Container>