7d91337447
The file permissions for {{ gitea_home }} especially in conjunction with the recurse: true flag are on closer inspection very open to all and also have a +x set on files. This should be done better. And I have done here now. By the way: To improve the -x on normal files in his gitea installation this shell command was useful for me ``` find . -type f -exec chmod a-x {} \+; find . -type f -exec chmod u=rwX {} \+; ``` |
||
---|---|---|
.. | ||
create_user.yml | ||
fail2ban.yml | ||
install_systemd.yml | ||
jwt_secrets.yml | ||
main.yml |