Files
pi-hosted/template/apps/photoshow.json
2023-06-18 15:23:41 -04:00

46 lines
1007 B
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_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"
}