1
0
Fork 0
mirror of https://github.com/Luzifer/gallery.git synced 2024-11-08 14:10:01 +00:00
Pure HTML/Javascript gallery viewer with an uploader written in Go
Find a file
Knut Ahlers 2411dbad8e
Implement S3 storage
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-04-28 20:22:51 +02:00
frontend Increase radability of text 2018-04-28 19:05:42 +02:00
.eslintrc.json Initial version of frontend 2018-04-28 00:38:23 +02:00
.gitignore Initial implementation of upload 2018-04-28 18:51:55 +02:00
album.go Initial implementation of upload 2018-04-28 18:51:55 +02:00
bindata.go Increase radability of text 2018-04-28 19:05:42 +02:00
image.go Initial implementation of upload 2018-04-28 18:51:55 +02:00
main.go Initial implementation of upload 2018-04-28 18:51:55 +02:00
Makefile Initial version of frontend 2018-04-28 00:38:23 +02:00
storage.go Implement S3 storage 2018-04-28 20:22:51 +02:00
storage_file.go Initial implementation of upload 2018-04-28 18:51:55 +02:00
storage_log.go Initial implementation of upload 2018-04-28 18:51:55 +02:00
storage_s3.go Implement S3 storage 2018-04-28 20:22:51 +02:00