toehio / s3album

A pure client-side photo album (gallery) publisher for S3.
Apache License 2.0
120 stars 21 forks source link

Any way to use this locally to create static albums #9

Open tyeeman opened 5 years ago

tyeeman commented 5 years ago

This looks real nice but I don't have s3 account. Would like to use locally to generate galleries then manually upload to anywhere I like. Is this possible with easy modifications?

toehio commented 5 years ago

There is no standalone version. You don't have to use Amazon S3; you can also find a standalone S3-compatible server to host the photos yourself (search for s3 compatible servers). You could also make some modifications to the code to load the photos from another location. The gallery itself isn't too complicated, it just passes some photos to the jQuery Fancybox plugin: https://github.com/toehio/s3album/blob/master/view.html#L186