thumbsup: add config

This commit is contained in:
Romain Bazile 2020-12-03 13:13:09 +01:00
parent c9da51ce71
commit e2d6a21d0f

View file

@ -0,0 +1,18 @@
{
"input": "/home/pi/data/img",
"output": "/home/pi/gallery",
"title": "Planktoscope's Gallery",
"thumb-size": 200,
"photo-preview": "symlink",
"video-preview": "symlink",
"photo-download": "symlink",
"video-download": "symlink",
"cleanup": true,
"albums-from": [
"%path"
],
"sort-albums-by": "title",
"sort-media-by": "filename",
"theme": "classic",
"usage-stats": false
}