Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-10-07 15:29:47 +02:00
parent 3bcaa0ebef
commit 84572ec007

View File

@ -3,7 +3,7 @@
<!-- GENERATED FROM https://github.com/linuxserver/docker-phpmyadmin/blob/main/readme-vars.yml -->
<Container version="2">
<Name>phpmyadmin</Name>
<Repository>ghcr.io/linuxserver/phpmyadmin</Repository>
<Repository>lscr.io/linuxserver/phpmyadmin</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/phpmyadmin</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
@ -26,8 +26,8 @@
</Changes>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Port for web frontend" 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="advanced" Required="true" Mask="false"/>
<Config Name="PMA_ARBITRARY" Target="PMA_ARBITRARY" Default="1" Description="Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="PMA_ABSOLUTE_URI" Target="PMA_ABSOLUTE_URI" Default="https://phpmyadmin.example.com" Description="Set the URL you will use to access the web frontend" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="PMA_ARBITRARY" Target="PMA_ARBITRARY" Default="1" Description="Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PMA_ABSOLUTE_URI" Target="PMA_ABSOLUTE_URI" Default="https://phpmyadmin.example.com" Description="Set the URL you will use to access the web frontend" 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"/>