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 17d0bae1aa Fix parsing of exif datetimes
We previously tried to parse the exif datetime as an ISO datetime
string, however the date parse uses colons instead of dashes in exif.
This meant that the modification time was used for every image instead
of the exif date.
2023-04-21 23:08:36 +02:00
src Fix parsing of exif datetimes 2023-04-21 23:08:36 +02: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