Change temporary password protection - GermanZero-de/localzero-monitoring GitHub Wiki
The user and password for local development is stored in config/nginx/htpasswd
. A new user or password may be set with
htpasswd -c config/nginx/htpasswd <username>
The htpasswd
tool might have to be installed before with (on Linux)
sudo apt install apache2-utils