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

98 lines
4.6 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>calibre</Name>
<Repository>linuxserver/calibre</Repository>
<Registry>https://hub.docker.com/r/linuxserver/calibre/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80729-support-linuxserverio-calibre/</Support>
<Project>https://calibre-ebook.com/</Project>
<Overview>Calibre is a powerful and easy to use e-book manager. Users say it&#x2019;s outstanding and a must-have. It&#x2019;ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It&#x2019;s also completely free and open source and great for both casual users and computer experts.[br][br]&#xD;
&#xD;
Default username/password is abc/abc[br][br]&#xD;
&#xD;
Please see here for details on how to set your own password[br]&#xD;
https://github.com/linuxserver/docker-calibre#application-setup</Overview>
<Category>Tools: MediaApp:Books MediaServer:Books Status:Stable</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/calibre.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-icon.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<Description>Calibre is a powerful and easy to use e-book manager. Users say it&#x2019;s outstanding and a must-have. It&#x2019;ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It&#x2019;s also completely free and open source and great for both casual users and computer experts.[br][br]&#xD;
&#xD;
Default username/password is abc/abc[br][br]&#xD;
&#xD;
Please see here for details on how to set your own password[br]&#xD;
https://github.com/linuxserver/docker-calibre#application-setup</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort></HostPort>
<ContainerPort>8081</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/books</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/import</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>GUAC_USER</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>GUAC_PASS</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="GUI Port" Target="8080" Default="" Mode="tcp" Description="GUI Port - Default 8080" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="Webserver Port" Target="8081" Default="" Mode="tcp" Description="Webserver Port - Default 8081" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="GUAC_USER" Target="GUAC_USER" Default="" Mode="" Description="Username for the calibre desktop gui." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="GUAC_PASS" Target="GUAC_PASS" Default="" Mode="" Description="Password md5 hash for the calibre desktop gui." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Library Location" Target="/books" Default="" Mode="rw" Description="Library Location /books" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Import Location" Target="/import" Default="" Mode="rw" Description="Import Location /import" Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="advanced" Required="false" Mask="false"></Config>
</Container>