L3D
L3D
can probably be fixed together with issue #96, since it affects similar file sections.
FYI @schnell18 there is a fork of this ansible role at [github.com/roles-ansible/ansible_role_gitea](https://github.com/roles-ansible/ansible_role_gitea.git)
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.
BTW there is a more up to date gitea role at https://github.com/roles-ansible/ansible_role_gitea.git
I like the idea from @sapk
Hey everyone. I wanted to inform you that the feature of ``gitea_version: latest`` is now built in. However *( so far? )* not in this role but in the gitea...
@JensTimmerman good point. The version detection magic is happening there: https://github.com/roles-ansible/ansible_role_gitea/blob/9326cd01f12cc8248d09e8d5a5df79f605dfe451/tasks/set_version.yml#L10-L30 - The ansible is asking the github api for the latest release via [this url](https://api.github.com/repos/go-gitea/gitea/releases/latest). - The data from...
If I remember correctly '/bin/false' is enough for the gitea when it uses the gitea built in ssh server. That's why I think this is a built-in default variable that...
I think we should definitely give the repositories their own subfolder. I'm just not sure how best to communicate this. maybe with a [prompt](https://docs.ansible.com/ansible/latest/user_guide/playbooks_prompts.html) that this will be changed and...