mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-05 19:08:07 +08:00
60 lines
2.3 KiB
XML
60 lines
2.3 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>
|
|
<Changes>
|
|
[center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
|
|
|
|
[center][font size=4]Piwigo Change Log[/font][/center]
|
|
[font size=4]2015-10-07[/font]
|
|
Change to use baseimage update script
|
|
</Changes>
|
|
<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://lime-technology.com/forum/index.php?topic=42575</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/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>linuxserver/baseimage.apache</BaseImage>
|
|
</Container>
|