ayastreb / bandwidth-hero-proxy

:zap: Proxy that compresses images to low-resolution
https://bandwidth-hero.com/
MIT License
189 stars 160 forks source link

Password protect proxy server #2

Closed ayastreb closed 7 years ago

ayastreb commented 7 years ago

Need to add ability to password protect the proxy server for users running their own private instance.

hpvd commented 7 years ago

+1

ayastreb commented 7 years ago

Implemented. You can now set LOGIN and PASSWORD env variables and the app will require basic HTTP auth with those credentials. I've also updated Heroku deploy template, so users can set login/pass from Heroku interface while deploying the app.