Closed mmaroth closed 2 months ago
Gitea webhook event POST call is failing with webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting), fixing this issue by adding webhook settings to allow private IPs and Skip TLS Verify.
webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting)
Gitea webhook event POST call is failing with
webhook can only call allowed HTTP servers (check your webhook.ALLOWED_HOST_LIST setting)
, fixing this issue by adding webhook settings to allow private IPs and Skip TLS Verify.