1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-29 12:21:57 +00:00
immich-public-proxy/app/config.json

23 lines
480 B
JSON
Raw Normal View History

2024-11-01 14:36:53 +00:00
{
2024-11-04 19:23:34 +00:00
"ipp": {
"responseHeaders": {
2024-11-17 07:43:27 +00:00
"Cache-Control": "public, max-age=2592000",
"Access-Control-Allow-Origin": "*"
2024-11-04 19:23:34 +00:00
},
"singleImageGallery": false,
"singleItemAutoOpen": true,
2024-11-15 14:48:12 +00:00
"downloadOriginalPhoto": true,
"showGalleryTitle": false,
"allowDownloadAll": false
2024-11-04 19:23:34 +00:00
},
2024-11-01 14:36:53 +00:00
"lightGallery": {
"controls": true,
"download": true,
"mobileSettings": {
"controls": false,
"showCloseIcon": true,
"download": true
}
}
}