Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-02-18 05:57:01 -05:00
parent f63724320f
commit 8ff3e034cd

View File

@ -10,6 +10,7 @@
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-nano-wallet/issues/new/choose</Support>
<Shell>bash</Shell>
<Project>https://nano.org/</Project>
<Overview>[Nano-wallet](https://nano.org/) is a digital payment protocol designed to be accessible and lightweight, with a focus on removing inefficiencies present in other cryptocurrencies. With ultrafast transactions and zero fees on a secure, green and decentralized network, this makes Nano ideal for everyday transactions.
@ -18,6 +19,7 @@ This container is a simple nginx wrapper for the light wallet located [here](htt
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/nano-wallet.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Webserver port" Type="Port" Display="always" Required="true" 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"/>
<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"/>
</Container>