This site requires JavaScript to function.
Bcrypt-hashed .htpasswd line for Apache or Nginx basic auth. All computed locally.
Add to /etc/apache2/.htpasswd (or your configured file). In nginx, enable with auth_basic "name"; auth_basic_user_file /path/to/.htpasswd;.
auth_basic "name"; auth_basic_user_file /path/to/.htpasswd;