Allow gitea webhook hosts

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

View File

@ -40,6 +40,9 @@ gitea:
INSTALL_LOCK: true INSTALL_LOCK: true
SECRET_KEY: somesecret SECRET_KEY: somesecret
INTERNAL_TOKEN: somesecret INTERNAL_TOKEN: somesecret
webhook:
ALLOWED_HOST_LIST: "*.svc.cluster.local"
oauth: oauth:
- name: "Keycloak" - name: "Keycloak"