Merge pull request '允许 Gitea 投递动态 Runner 集群内 webhook' (#72) from fix/gitea-webhook-allowlist into main
yaml / yaml (push) Successful in 10s

Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
2026-09-16 15:37:35 +00:00
+5
View File
@@ -48,6 +48,11 @@ gitea:
# github.com is reachable from this network (verified 2026-07-28) even when
# pypi.org/Fastly is not — see the flaky-WAN notes in the lint workflow.
DEFAULT_ACTIONS_URL: github
webhook:
# Keep the default public-internet access for existing hooks while allowing
# only the dynamic Runner controller's exact in-cluster DNS name. Do not
# broaden this to the built-in `private` network group.
ALLOWED_HOST_LIST: external,dynamic-runner-controller.dynamic-runner.svc.cluster.local
mailer:
# Outbound mail via the in-cluster Postfix+OAuth relay (see ../smtp-relay/).
# Plain SMTP on :25 — the relay does STARTTLS + OAuth to M365. From must be the