mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Authelia: fix incorrect rights for email.txt (#3612)
This commit is contained in:
		@@ -34,7 +34,6 @@ users:
 | 
			
		||||
    password: "\$argon2id\$v=19\$m=65536,t=3,p=4\$ZBopMzXrzhHXPEZxRDVT2w\$SxWm96DwhOsZyn34DLocwQEIb4kCDsk632PuiMdZnig"
 | 
			
		||||
    groups: []
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
cat <<EOF >/etc/authelia/configuration.yml
 | 
			
		||||
authentication_backend:
 | 
			
		||||
  file:
 | 
			
		||||
@@ -64,6 +63,8 @@ notifier:
 | 
			
		||||
  filesystem:
 | 
			
		||||
    filename: /etc/authelia/emails.txt
 | 
			
		||||
EOF
 | 
			
		||||
touch /etc/authelia/emails.txt
 | 
			
		||||
chown -R authelia:authelia /etc/authelia
 | 
			
		||||
systemctl enable -q --now authelia
 | 
			
		||||
msg_ok "Authelia Setup completed"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user