MikaLendingBot
MikaLendingBot copied to clipboard
Add http password to www
We can add easily password to the web app on Python Anyware, but not if we're using the bot on a VPS.
Would be good to have this option on the configuration file.
Dont know if it is exactly what you are looking for but you can use http authentication in the nginx container: just create a password with htpasswd htpasswd .htaccess YOUR_PASSWORD and mount the file .htaccess in the nginx folder in the nginx container volume.
src: https://github.com/jwilder/nginx-proxy#basic-authentication-support
passwords should not be in config files IMHO...