ansible/roles/photos/templates/photo-gallery-config.json

12 lines
182 B
JSON

{
"listen": {
"port": 4567
},
"pictureFolder": "{{ photos_path }}",
"thumbnails": {
"height": 300,
"quality": 60
},
"pathPrefix": "/fotos",
"paginationThreshold": 100
}