http-file-server
http-file-server copied to clipboard
[Feature Request] Add a password protection
I was using this and realised it could do with a password protection. I can limit acces via firewall rules but password protection would be useful too
Hello.
I made a fork which adds basic auth for routes: https://github.com/noobcode73/http-file-server/tree/patch-2#auth
You have to build with go manually and have to navigate to the default go installtion path and then run http-file-server
@noobcode73 thanks man, it works