mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
fix(gitea): allow webhook in private network
Default is external https://docs.gitea.io/en-us/config-cheat-sheet/#webhook-webhook
This commit is contained in:
parent
bb4cc325f0
commit
39e79fc0e8
@ -22,6 +22,8 @@ gitea:
|
||||
server:
|
||||
LANDING_PAGE: explore
|
||||
ROOT_URL: https://git.khuedoan.com
|
||||
webhook:
|
||||
ALLOWED_HOST_LIST: private
|
||||
persistence:
|
||||
storageClass: longhorn
|
||||
postgresql:
|
||||
|
Loading…
Reference in New Issue
Block a user