1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-01 05:31:59 +00:00
immich-public-proxy/app/config.json
2024-11-12 09:48:03 +01:00

19 lines
376 B
JSON

{
"ipp": {
"responseHeaders": {
"Cache-Control": "public, max-age=2592000"
},
"singleImageGallery": false,
"singleItemAutoOpen": true,
"downloadOriginalPhoto": false
},
"lightGallery": {
"controls": true,
"download": true,
"mobileSettings": {
"controls": false,
"showCloseIcon": true,
"download": true
}
}
}