Files
2025-10-17 13:47:55 +02:00

6 lines
280 B
Plaintext

# 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>"