AppFeed/templates/linuxserversRepository/linuxserver.io/calibre-web.xml
Squidly271 b3878cd225 Redo
2020-12-03 07:42:32 -05:00

73 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>calibre-web</Name>
<Repository>linuxserver/calibre-web</Repository>
<Registry>https://hub.docker.com/r/linuxserver/calibre-web/</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/71927-support-linuxserverio-calibre-web/</Support>
<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.&#13;
&#13;
[br][br]&#13;
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#13;
[b]/config[/b] Where Calibre-web should store it's database[br]&#13;
[b]/books[/b] Path to your calibre library metadata.db file[br]</Overview>
<WebUI>http://[IP]:[PORT:8083]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/calibre-web.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate/</DonateLink>
<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>linuxserver/calibre-web:calibre</Value>
<Name>DOCKER_MODS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Books" Target="/books" Default="" Mode="rw" Description="Location of Calibre library " Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Webui" Target="8083" Default="8083" Mode="tcp" Description="Webui - Default 8083" Type="Port" Display="always" Required="true" Mask="false">8083</Config>
<Config Name="DOCKER_MODS" Target="DOCKER_MODS" Default="" Mode="" Description="Optional - This pulls an additional Docker layer which includes the Calibre binaries necessary to perform ebook conversion. Please see the readme on Github for more details." Type="Variable" Display="always" Required="false" Mask="false">linuxserver/calibre-web:calibre</Config>
<Config Name="AppData Config Path" Target="/config" Default="/mnt/disks/virtualisation/appdata/calibre-web" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
<Category>Cloud: MediaApp:Books MediaServer:Books</Category>
<Description>Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/calibre-web.xml</templatePath>
</Container>