6 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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>"
 |