For a no-fuss solution, I’d go with HAProxy. It’s not just for load balancing—you can setup simple proxy with auth command pretty easily.
Just add a `http-request auth` line to your config and create a userlist file. Reload HAProxy, and you’re good to go.
It’s super reliable and works like a charm for small setups. Let me know if you need help with the config!
Just add a `http-request auth` line to your config and create a userlist file. Reload HAProxy, and you’re good to go.
It’s super reliable and works like a charm for small setups. Let me know if you need help with the config!
