1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 20:01:57 +00:00
immich-public-proxy/app/config.json
2024-11-17 08:43:35 +01:00

22 lines
480 B
JSON

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