Allow gitea webhook hosts

This commit is contained in:
dvirlabs 2026-05-15 17:24:28 +03:00
parent 3a6eb381b6
commit cda1a08171

View File

@ -41,6 +41,9 @@ gitea:
SECRET_KEY: somesecret
INTERNAL_TOKEN: somesecret
webhook:
ALLOWED_HOST_LIST: "*.svc.cluster.local"
oauth:
- name: "Keycloak"
provider: "openidConnect"