1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-03 23:36:46 +01:00
immich-public-proxy/app/config.json

20 lines
376 B
JSON
Raw Normal View History

2024-11-01 15:36:53 +01:00
{
2024-11-04 20:23:34 +01:00
"ipp": {
"responseHeaders": {
"Cache-Control": "public, max-age=2592000"
},
"singleImageGallery": false,
"singleItemAutoOpen": true,
"downloadOriginalPhoto": false
2024-11-04 20:23:34 +01:00
},
2024-11-01 15:36:53 +01:00
"lightGallery": {
"controls": true,
"download": true,
"mobileSettings": {
"controls": false,
"showCloseIcon": true,
"download": true
}
}
}