ansible-role-gitea
ansible-role-gitea copied to clipboard
new gitea release 1.14.6
https://github.com/go-gitea/gitea/releases/tag/v1.14.0
I have to double check this one because it has a bunch of breaking changes, mainly about the fail2ban setup https://blog.gitea.io/2021/04/gitea-1.14.0-is-released/
This https://github.com/thomas-maurice/ansible-role-gitea/blob/ed984bb95a5e5d00ea911c0efb5212d02613cfdb/templates/fail2ban/filter.conf.j2#L3
should be this
failregex = .*(Failed authentication attempt|invalid credentials|Attempted access of unknown user).* from <HOST>
according to https://docs.gitea.io/en-us/fail2ban-setup/
Just made a PR to adopt this #99
https://github.com/go-gitea/gitea/releases/tag/v1.14.3 is there btw.
https://github.com/go-gitea/gitea/releases/tag/v1.14.5 is there btw.
You can push a new commit with the 1.14.6 now :)
BTW there is a more up to date gitea role at https://github.com/roles-ansible/ansible_role_gitea.git
Thank a lot, I'll be using this one for now :)