Update postgresql.xml.bak

This commit is contained in:
A75G 2021-07-01 20:41:43 +03:00
parent f77440a7a5
commit f495f0680e

View file

@ -5,10 +5,6 @@
<Registry>https://hub.docker.com/r/bitnami/postgresql/</Registry> <Registry>https://hub.docker.com/r/bitnami/postgresql/</Registry>
<Network>bridge</Network> <Network>bridge</Network>
<Shell>sh</Shell> <Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.postgresql.org/</Project>
<Overview>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</Overview>
<Branch> <Branch>
<Tag>12</Tag> <Tag>12</Tag>
<TagDescription>Postgresql 12</TagDescription> <TagDescription>Postgresql 12</TagDescription>
@ -21,13 +17,22 @@
<Tag>10</Tag> <Tag>10</Tag>
<TagDescription>Postgresql 10</TagDescription> <TagDescription>Postgresql 10</TagDescription>
</Branch> </Branch>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.postgresql.org/</Project>
<Overview>&amp;lt;p&amp;gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;amp;nbsp;&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;Any premission issue unraid cli:&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;chown 1001 -R /mnt/user/appdata/postgresql/data&amp;lt;/p&amp;gt;</Overview>
<Category>Tools:</Category> <Category>Tools:</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/postgresql.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/postgresql.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/postgresql.png</Icon> <Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/postgresql.png</Icon>
<Description>PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance</Description> <ExtraParams>--user 1001</ExtraParams>
<Description>&amp;lt;p&amp;gt;PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance&amp;amp;nbsp;&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;Any premission issue unraid cli:&amp;lt;/p&amp;gt;&#xD;
&amp;lt;p&amp;gt;chown 1001 -R /mnt/user/appdata/postgresql/data&amp;lt;/p&amp;gt;</Description>
<Config Name="Port" Target="5432" Default="5432" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">5432</Config> <Config Name="Port" Target="5432" Default="5432" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">5432</Config>
<Config Name="Appdata" Target="/bitnami/postgresql" Default="/mnt/user/appdata/postgresql/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/postgresql/</Config> <Config Name="Appdata" Target="/bitnami/postgresql" Default="/mnt/user/appdata/postgresql/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/postgresql/</Config>
<Config Name="PostgreSQL Username" Target="POSTGRESQL_USERNAME" Default="" Mode="" Description="PostgreSQL Username" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config> <Config Name="PostgreSQL Username" Target="POSTGRESQL_USERNAME" Default="" Mode="" Description="PostgreSQL Username" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config>
<Config Name="PostgreSQL Password" Target="POSTGRESQL_PASSWORD" Default="password123" Mode="" Description="PostgreSQL Password" Type="Variable" Display="always" Required="false" Mask="false">password123</Config> <Config Name="PostgreSQL Password" Target="POSTGRESQL_PASSWORD" Default="password123" Mode="" Description="PostgreSQL Password" Type="Variable" Display="always" Required="false" Mask="false">password123</Config>
<Config Name="Postgresql Database" Target="POSTGRESQL_DATABASE" Default="postgres" Mode="" Description="PostgreSQL Database" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config> <Config Name="Postgresql Database" Target="POSTGRESQL_DATABASE" Default="postgres" Mode="" Description="PostgreSQL Database" Type="Variable" Display="always" Required="true" Mask="false">postgres</Config>
</Container> </Container>