waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
449 stars 70 forks source link

Password protection #36

Closed maddingamer closed 2 years ago

maddingamer commented 2 years ago

Hi, thanks for your work! Is it possible to protect the stream via password without just using basic auth? Thanks!

waschinski commented 2 years ago

Hi Martin, not right now, but I think @boerniee did this on an installation of photo-stream, not sure how though. Maybe he can chime in on this topic.

boerniee commented 2 years ago

Hello 🙂

I did it with basic auth via htaccess. Sorry 🤷‍♂️ But if you are using docker and a reverse proxy, maybe you can use Authalia or something similar.

oliverhihn commented 2 years ago

Maybe "Keycloak" is an option.

maddingamer commented 2 years ago

Thanks for your suggestions :)