Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-02-04 16:53:25 +00:00
parent 7e08f3506e
commit 1812e8b6ba

View File

@ -31,7 +31,8 @@
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Config Name="WebUI" Target="8443" Default="8443" Mode="tcp" Description="web gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PASSWORD" Target="PASSWORD" Default="password" Description="Optional web gui password, if not provided, there will be no auth." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PASSWORD" Target="PASSWORD" Default="password" Description="Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="HASHED_PASSWORD" Target="HASHED_PASSWORD" Default="" Description="Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SUDO_PASSWORD" Target="SUDO_PASSWORD" Default="password" Description="If this optional variable is set, user will have sudo access in the code-server terminal with the specified password." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SUDO_PASSWORD_HASH" Target="SUDO_PASSWORD_HASH" Default="" Description="Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PROXY_DOMAIN" Target="PROXY_DOMAIN" Default="code-server.my.domain" Description="If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#sub-domains)" Type="Variable" Display="always" Required="false" Mask="false"/>