bookwork fix: caddy need to be able to list the home dir

This commit is contained in:
frederik
2024-02-10 14:28:51 +01:00
parent c100d19da1
commit 44430a1727
+1
View File
@@ -212,6 +212,7 @@ EOF
systemctl enable caddy
usermod -aG $USER caddy
usermod -aG video caddy
chmod g+x $HOME
}
install_avahi_aliases() {