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

66 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/photoshow.xml</TemplateURL>
<Beta>false</Beta>
<Category>MediaServer:Photos</Category>
<Date>2016-09-30</Date>
<Name>photoshow</Name>
<Support>https://forums.unraid.net/topic/40739-support-linuxserverio-photoshow/</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>https://github.com/thibaud-rohmer/PhotoShow</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>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-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>