fix: allow webhooks to private hosts in Forgejo compose template
Forgejo blocks outgoing webhooks to non-allowlisted hosts by default. Woodpecker CI requires webhook delivery for pipeline triggering. Setting ALLOWED_HOST_LIST=private allows webhooks to any RFC1918 address. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
38a7253c11
commit
83bd909378
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ services:
|
|||
FORGEJO__server__HTTP_PORT: "3000"
|
||||
FORGEJO__security__INSTALL_LOCK: "true"
|
||||
FORGEJO__service__DISABLE_REGISTRATION: "true"
|
||||
FORGEJO__webhook__ALLOWED_HOST_LIST: "private"
|
||||
networks:
|
||||
- disinto-net
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue