[forge] update ALLOWED_HOST_LIST for webhooks to include internal ips

fixes: forge/forge#368

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2026-02-04 09:20:21 +10:00
parent 8e09c0498e
commit 6aab5d6da0

View File

@@ -661,7 +661,9 @@ gitea:
ssh.minimum_key_sizes: {}
## @param gitea.config.webhook Webhook settings
webhook: {}
webhook:
ALLOWED_HOST_LIST: "external,10.16.163.74,10.16.163.75,10.16.163.76,10.16.163.77"
## @param gitea.config.mailer Mailer configuration (disabled by default)
mailer: