Image gallery that arranges images in rows filling the page and prevents image downloads for normal users. Optimized for seaf_fuse.
Go to file
Klemens Schölhorn 9af4831efa Add cache for image info list
Preparing the images list involves reading a directory (which might be
slow on non-local directories) and opening every file to read the exif
data. To avoid having to do this on every request, we do it every 60s in
a background job and only read from the cache on requests.
2023-04-06 22:11:12 +02:00
src Add cache for image info list 2023-04-06 22:11:12 +02:00
templates Use encrypt image names in html 2023-03-13 21:33:29 +01:00
.gitignore Import initial working prototype 2023-03-10 19:00:12 +01:00
Cargo.lock Switch to jemalloc to reduce memory usage 2023-03-20 00:13:34 +01:00
Cargo.toml Switch to jemalloc to reduce memory usage 2023-03-20 00:13:34 +01:00