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