evan-buss / openbooks

Search and Download eBooks
https://evan-buss.github.io/openbooks/
MIT License
1.77k stars 57 forks source link

basic authentication #136

Open duelistjp opened 1 year ago

duelistjp commented 1 year ago

i for some apps open them up outside my network using cloudflared but those allow me to require usernames and passwords. i can't seem to find a way to require this here. do i need to set this one up in swag like plex instead?

evan-buss commented 1 year ago

You are correct, openbooks doesn't have any form of user accounts or passwords. You can put it behind a reverse proxy with any type of authentication you want, however. If you are using cloudflared you can take a look at their Access functionality. I use it for a couple of my other self-hosted services.

chrisf4lc0n commented 6 months ago

You can also set up an Authentik or Authelia and use that for authentication.