cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
174 stars 56 forks source link

Added config for gitea to support webhooks trigger #388

Closed mmaroth closed 1 week ago

mmaroth commented 1 week 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.