Files
pi-hosted/template/apps/photoshow.json
2022-08-21 16:09:22 -04:00

47 lines
1.0 KiB
JSON

{
"categories": [
"Photos"
],
"description": "A simple, easy way to turn a photo album into a webgallery",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm32": "linuxserver/photoshow:latest",
"image_arm64": "linuxserver/photoshow:latest",
"image_amd64": "linuxserver/photoshow:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/photoshow-icon.png",
"name": "photoshow",
"officialDoc": "https://docs.linuxserver.io/images/docker-photoshow",
"platform": "linux",
"ports": [
"7380:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "PhotoShow",
"type": 1,
"volumes": [
{
"bind": "/portainer/Pictures",
"container": "/Pictures"
},
{
"bind": "/portainer/Files/AppData/Photoshow/Thumbs",
"container": "/Thumbs"
},
{
"bind": "/portainer/Files/AppData/Config/PhotoShow",
"container": "/config"
}
],
"webpage": "https://github.com/thibaud-rohmer/PhotoShow"
}