Image gallery that arranges images in rows filling the page and prevents image downloads for normal users. Optimized for seaf_fuse.
Klemens Schölhorn
9af4831efa
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. |
||
---|---|---|
src | ||
templates | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml |