Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-04-20 05:51:56 -04:00
parent bc132c20ff
commit 8fda22dcdd

View File

@ -25,11 +25,11 @@
This software is a fork of library and licensed under the GPL v3 License.</Overview>
<WebUI>http://[IP]:[PORT:8083]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/calibre-web.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png</Icon>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-logo.png</Icon>
<Config Name="WebUI" Target="8083" Default="8083" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where calibre-web stores the internal database and config." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Path: /books" Target="/books" Default="" Mode="rw" Description="Where your preexisting calibre database is locate." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="DOCKER_MODS" Target="DOCKER_MODS" Default="linuxserver/calibre-web:calibre" Description="#optional &amp; **x86-64 only** Adds the ability to perform ebook conversion" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="DOCKER_MODS" Target="DOCKER_MODS" Default="linuxserver/calibre-web:calibre" Description="#optional and **x86-64 only** Adds the ability to perform ebook conversion" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>