You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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.
The text was updated successfully, but these errors were encountered: