ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
211 stars 34 forks source link

Basic auth is not working #11

Open keshon opened 2 years ago

keshon commented 2 years ago

I set settings in config file:

authfile = /opt/userlist
basicauth = true

but front-end is still accessible without prompt for login/password.

ghost commented 2 years ago

Login/password are only needed when upload or paste files, there is no built-in restriction in accessing.

You need a reverse proxy for that task.

keshon commented 2 years ago

Yeah the problem is that there is no asking for login/password even for uploading files