From 99b1bbc8c195d30972090cbddaa3301b3f8f87a9 Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 29 Aug 2026 16:04:14 -0400 Subject: [PATCH] gitea: move ALLOWED_HOST_LIST to security per warning on site admin --- gitea/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitea/values.yaml b/gitea/values.yaml index 74ae83d..f04c152 100644 --- a/gitea/values.yaml +++ b/gitea/values.yaml @@ -83,8 +83,6 @@ gitea: OFFLINE_MODE: false service: DISABLE_REGISTRATION: true - webhook: - ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8" mailer: ENABLED: true FROM: gitea@em924671.dubyatp.xyz @@ -94,6 +92,7 @@ gitea: USER: gitea_dubyatp security: INSTALL_LOCK: true + ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8" metrics: enabled: true serviceMonitor: