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 68c7fd2ac4 Limit number of parallel image conversions
Tokio will happy start hundreds of parallel image conversions, which
overwhelms seaf_fuse, so limit the parallel conversion to 4 using a
semaphore.
2024-01-21 17:39:55 +01:00
src Limit number of parallel image conversions 2024-01-21 17:39:55 +01:00
templates Add support for config file in image directory 2023-04-07 00:37:54 +02:00
.gitignore Import initial working prototype 2023-03-10 19:00:12 +01:00
Cargo.lock Add support for config file in image directory 2023-04-07 00:37:54 +02:00
Cargo.toml Add support for config file in image directory 2023-04-07 00:37:54 +02:00
config.yaml.example Fix spelling mistake in example config 2023-04-07 00:43:16 +02:00