r/gitea: Update to 1.17.0

The only major change that affects the configuration policy is the
introduction of the `webhook.ALLOWED_HOST_LIST` setting.  For some dumb
reason, the default value of this setting *denies* access to machines on
the local network.  This makes no sense; why do they expect you to host
your CI or whatever on a *public* network?  Of course, the only reason
given is "for security reasons."
This commit is contained in:
2022-09-01 17:27:14 -05:00
parent 8965ede50a
commit 0e97d5e39f
5 changed files with 14 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
get_url:
url: '{{ gitea_download_url }}'
dest: 'roles/gitea/files/{{ gitea_bin }}'
checksum: 'sha256:{{ gitea_bin_sha256 }}'
checksum: '{{ gitea_bin_sha256 }}'
tags:
- download
- name: ensure gitea is installed