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

73 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/calibre-web.xml</TemplateURL>
<Beta>False</Beta>
<Category>Cloud: MediaApp:Books MediaServer:Books</Category>
<Date>2018/01/21</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] Change Log[/font][/center]
</Changes>
<Name>calibre-web</Name>
<Support>https://forums.unraid.net/topic/71927-support-linuxserverio-calibre-web/</Support>
<Description>Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.</Description>
<Project>https://github.com/janeczku/calibre-web</Project>
<Overview>Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
[br][br]
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
[b]/config[/b] Where Calibre-web should store it's database[br]
[b]/books[/b] Path to your calibre library metadata.db file[br]</Overview>
<Repository>linuxserver/calibre-web</Repository>
<Registry>https://hub.docker.com/r/linuxserver/calibre-web/</Registry>
<Network>bridge</Network>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<WebUI>http://[IP]:[PORT:8083]</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png</Icon>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8083</HostPort>
<ContainerPort>8083</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/books</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Config Name="User ID" Target="PUID" Default="99" Mode="" Description="Set to Desired User ID" Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Group ID" Target="PGID" Default="100" Mode="" Description="Set to Desired Group ID" Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<Config Name="Books" Target="/books" Default="" Mode="rw" Description="Container Path: /books" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Port" Target="8083" Default="8083" Mode="tcp" Description="Container Port: 8083" Type="Port" Display="always" Required="true" Mask="false">8083</Config>
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<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>linuxserver/alpine.python:3.7</BaseImage>
</Container>