Initial Commit

This commit is contained in:
David Todd
2019-04-08 21:27:07 -05:00
commit 42a74eca39
4 changed files with 65 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Simple S3 Gallery
This is a very simple web gallery that depends on all your files being hosted away from this server (can be static!). Basically it expects your storage be mounted and readable by your current user.
After scanning through your storage, it will generate thumbnails locally and a list of all the public URLs. This list is fed into the layout generator to create the gallery site.
Upcoming: Systemd timer to scan this daily