1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 13:58:06 +00:00

Authelia: fix incorrect rights for email.txt (#3612)

This commit is contained in:
CanbiZ 2025-04-02 18:52:38 +02:00 committed by GitHub
parent 71c337ed86
commit bcbe73f99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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