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 6206d0ea58 Use std RwLock instead of the tokio one
tokio recommends to use the std synchronization primitives if the locked
value is just data instead of a shared resource.
2023-04-06 22:06:29 +02:00
src Use std RwLock instead of the tokio one 2023-04-06 22:06:29 +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