mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
4b736c231a
commit
55dbcb4513
27
unraid/calibre.xml
Executable file
27
unraid/calibre.xml
Executable file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<Container version="2">
|
||||
<Name>calibre</Name>
|
||||
<Repository>ghcr.io/linuxserver/calibre</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/calibre</Registry>
|
||||
<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>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-calibre/issues/new/choose</Support>
|
||||
<Project>https://calibre-ebook.com/</Project>
|
||||
<Overview>[Calibre](https://calibre-ebook.com/) is a powerful and easy to use e-book manager. Users say it’s outstanding and a must-have. It’ll allow you to do nearly everything and it takes things a step beyond normal e-book software. It’s also completely free and open source and great for both casual users and computer experts.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/calibre.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-icon.png</Icon>
|
||||
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Calibre desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Port: 8081" Target="8081" Default="8081" Mode="tcp" Description="Calibre webserver gui." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where calibre should store its database and library." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="GUAC_USER" Target="GUAC_USER" Default="abc" Description="Username for the calibre desktop gui." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="GUAC_PASS" Target="GUAC_PASS" Default="900150983cd24fb0d6963f7d28e17f72" Description="Password's md5 hash for the calibre desktop gui." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="UMASK_SET" Target="UMASK_SET" Default="022" Description="for umask setting of Calibre, default if left unset is 022." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="CLI_ARGS" Target="CLI_ARGS" Default="" Description="Optionally pass cli start arguments to calibre." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user