* feat(dozzle): add auth support * rename users.yml to users.yml.template for the template to work * dozzle requires a password hash instead of a raw password * make password hash field a type password again * fix username * password hash field: use hint
		
			
				
	
	
		
			4 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
users:
 | 
						|
  {{DOZZLE_USERNAME}}:
 | 
						|
    name: {{DOZZLE_USERNAME}}
 | 
						|
    password: "{{DOZZLE_PASSWORD_HASH}}" |