jwater7 / responsive-photo-gallery

NodeJS backend to serve a photo collection in a mobile-friendly and beautiful way
4 stars 2 forks source link

Public Galleries #5

Closed millerjs2 closed 4 years ago

millerjs2 commented 4 years ago

What's the easiest way to make galleries wide open with no auth? I'd love to use this for my public photo stash on my server, but requiring a login is a big bummer. Thanks!

jwater7 commented 4 years ago

It currently doesn't support that feature - but it sounds like a nice idea and just pushed some changes that might enable that through an environment variable. I'll test it out and see if something like might work after I get some more time.

millerjs2 commented 4 years ago

That would be amazing! I'm currently using it as a docker image, and I would love to be able to use it to replace PhotoShow, which is far far slower and much too complicated for my needs.

jwater7 commented 4 years ago

Looks like that will work, it's merged so after the container builds in docker hub it should be ready for you to try it with the new "NO_AUTHENTICATION=yes" environment variable.

millerjs2 commented 4 years ago

Just wanted to let you know that this works great, thank you for creating a great web based gallery!