Hello, it seems that webhooks settings in my config file app.ini are being ignored.
As per the “Configuration” tab of the System Menu, my gitea (dockerized) instance uses /data/gitea/conf/app.ini, which is correct. Any changes in that file are reflected afterwards
Now, the same Configuration tab shows the following values for Webhooks:
Queue Length 1000
Deliver Timeout 5 seconds
Skip TLS Verification checked
In /data/gitea/conf/app.ini I have this:
[webhook]
ALLOWED_HOST_LIST = *
SKIP_TLS_VERIFY = true
SKIP_TLS_VERIFY was set to true by myself, so I can confirm that changes there are enacted upon
ALLOWED_HOST_LIST is not being shown in the Configuration tab; is there a way to see its value, somewhere ? (and yes, * is large… it’s for test purposes)