MikaLendingBot icon indicating copy to clipboard operation
MikaLendingBot copied to clipboard

Add http password to www

Open gamafranco opened this issue 7 years ago • 1 comments

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.

gamafranco avatar Jun 12 '18 23:06 gamafranco

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...

FlPCrZ avatar Oct 16 '19 09:10 FlPCrZ