mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-11 12:59:14 +08:00
71 lines
2.4 KiB
XML
71 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Container>
|
|
<Beta>false</Beta>
|
|
<Category>MediaServer:Photos</Category>
|
|
<Date>2015-12-08</Date>
|
|
<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]Photoshow Change Log[/font][/center]</Changes>
|
|
<Name>photoshow</Name>
|
|
<Support>http://lime-technology.com/forum/index.php?topic=42424</Support>
|
|
<Description>
|
|
A simple, easy way to turn a photo album into a webgallery[br]
|
|
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]/config[/b]Where photoshow should store logs and nginx config files[br]
|
|
[b]/Pictures[/b]What you want photoshow to make a webgallery from, includes subfolders[br]
|
|
[b]/Thumbs[/b]Where photoshow should store its thumbnails[br]
|
|
</Description>
|
|
<Overview>A simple, easy way to turn a photo album into a webgallery</Overview>
|
|
<Project>http://www.photoshow-gallery.com/</Project>
|
|
<Registry>https://hub.docker.com/r/linuxserver/photoshow/</Registry>
|
|
<Repository>linuxserver/photoshow</Repository>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>PUID</Name>
|
|
<Value>99</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>PGID</Name>
|
|
<Value>100</Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>80</HostPort>
|
|
<ContainerPort>80</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/Pictures</ContainerDir>
|
|
<Mode>ro</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/Thumbs</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir></HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<WebUI>http://[IP]:[PORT:80]/</WebUI>
|
|
<Banner/>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png</Icon>
|
|
<ExtraParams/>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/index.php/donations/</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<BaseImage>linuxserver/baseimage.nginx</BaseImage>
|
|
</Container>
|