immich-public-proxy/app/config.json

23 lines
480 B
JSON
Raw Normal View History

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