AppFeed/lsio_categories/piwigo.xml
2023-08-10 11:19:06 -04:00

53 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/piwigo.xml</TemplateURL>
<Name>piwigo</Name>
<Beta>False</Beta>
<Date>2015-10-07</Date>
<Project>http://piwigo.org/</Project>
<Category>MediaServer:Photos</Category>
<Overview>Piwigo is photo gallery software for the web, built by an active community of users and developers.</Overview>
<Support>https://forums.unraid.net/topic/40890-support-linuxserverio-piwigo/</Support>
<Description>Piwigo is photo gallery software for the web, built by an active community of users and developers.[br]Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.[br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
Create a user and database in your mysql/mariadb server (not root)[br]
Use the IP address for "host" of your database server in the webui setup.[br]
[b]/config[/b] Where piwigo should store its appdata files[br]</Description>
<Registry>https://hub.docker.com/r/linuxserver/piwigo/</Registry>
<Repository>linuxserver/piwigo</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>80</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name>PUID</Name>
<Value>99</Value>
</Variable>
<Variable>
<Name>PGID</Name>
<Value>100</Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-icon.png</Icon>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/nginx</BaseImage>
</Container>