# Users and Passwords for basic auth. Passwords need to be hashed.
# Use the following command with your preferred username and password to generate a user with a hashed password
# htpasswd is can be installed with "apt install apache2-utils"
#
# htpasswd -nb <User> "<Password>"
