Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-10-05 12:02:29 +02:00
parent 5e644e43ed
commit 8151f672cb

View File

@ -3,7 +3,7 @@
<!-- GENERATED FROM https://github.com/linuxserver/docker-clarkson/blob/master/readme-vars.yml -->
<Container version="2">
<Name>clarkson</Name>
<Repository>ghcr.io/linuxserver/clarkson</Repository>
<Repository>lscr.io/linuxserver/clarkson</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/clarkson</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
@ -49,10 +49,10 @@
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_HOST" Target="MYSQL_HOST" Default="mysql_host" Description="Points the backend to the MySQL database. This can be either a docker hostname or an IP." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="MYSQL_USERNAME" Target="MYSQL_USERNAME" Default="mysql_username" Description="The user with access to the _clarkson_ schema." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="MYSQL_HOST" Target="MYSQL_HOST" Default="mysql_host" Description="Points the backend to the MySQL database. This can be either a docker hostname or an IP." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_USERNAME" Target="MYSQL_USERNAME" Default="mysql_username" Description="The user with access to the _clarkson_ schema." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_PASSWORD" Target="MYSQL_PASSWORD" Default="mysql_password" Description="The password for the user." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="ENABLE_REGISTRATIONS" Target="ENABLE_REGISTRATIONS" Default="true/false" Description="**Defaults to _false_.** If set to _true_, allows new users to register." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="ENABLE_REGISTRATIONS" Target="ENABLE_REGISTRATIONS" Default="true/false" Description="**Defaults to _false_.** If set to _true_, allows new users to register." 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"/>