mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +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:
|
server:
|
||||||
LANDING_PAGE: explore
|
LANDING_PAGE: explore
|
||||||
ROOT_URL: https://git.khuedoan.com
|
ROOT_URL: https://git.khuedoan.com
|
||||||
|
webhook:
|
||||||
|
ALLOWED_HOST_LIST: private
|
||||||
persistence:
|
persistence:
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
postgresql:
|
postgresql:
|
||||||
|
Loading…
Reference in New Issue
Block a user