1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/tasks
L3D 7d91337447
Update file permissions for "{{ gitea_home }}" (#75)
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 {} \+;
```
2021-02-10 19:05:04 +00:00
..
create_user.yml add default "gitea_group: gitea" (#71) 2021-01-27 14:13:02 +00:00
fail2ban.yml
install_systemd.yml
jwt_secrets.yml autogenerate JWT_SECRETS (#77) 2021-02-10 19:04:13 +00:00
main.yml Update file permissions for "{{ gitea_home }}" (#75) 2021-02-10 19:05:04 +00:00