Commit Graph
5 Commits
Author SHA1 Message Date
Mukul Sharma 900eb1719d Allow Gitea webhooks to reach private-LAN hosts
Webhook delivery to jenkins.192.168.1.7.nip.io failed: "webhook can
only call allowed HTTP servers (check your security.ALLOWED_HOST_LIST
setting)". Gitea's SSRF protection blocks outbound webhook calls to
private/internal IPs by default. Set to "*" rather than a narrow
allowlist — every host on this homelab is on the same private LAN, so
a per-host allowlist would just need updating every time a new
service needs webhook access, matching the lightweight security
posture already used elsewhere (ArgoCD --insecure, plain HTTP
throughout).
2026-09-03 01:29:36 +05:30
Mukul Sharma 5c0e7b04e3 added gitea secret to vault 2026-08-31 09:03:45 +05:30
Mukul Sharma 69c2807fd7 fix 2026-08-31 01:41:44 +05:30
Mukul Sharma 786d88a61e gitea fix 2026-08-31 01:31:44 +05:30
Mukul Sharma ff221e68fc added gitea 2026-08-31 00:50:37 +05:30