Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-01-24 20:18:08 +00:00
parent cface693da
commit 9b7b05f839

View File

@ -28,6 +28,7 @@
<Config Name="ALLOWED_HOSTS" Target="ALLOWED_HOSTS" Default="<ALLOWED_HOSTS>" Description="array of valid hostnames for the server `["test.com","test2.com"]` or `"*"`" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SUPERUSER_EMAIL" Target="SUPERUSER_EMAIL" Default="<SUPERUSER_EMAIL>" Description="Superuser email" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SUPERUSER_PASSWORD" Target="SUPERUSER_PASSWORD" Default="<SUPERUSER_PASSWORD>" Description="Superuser password" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="REGENERATE_SETTINGS" Target="REGENERATE_SETTINGS" Default="True/False" Description="Defaults to False. Set to true to always override the `local_settings.py` file with values from environment variables. Do not set to True if you have made manual modifications to this file." Type="Variable" 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"/>
</Container>