From 4981fef85d2c4a3523aa5b757ae06f2fdce3b942 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Wed, 4 Feb 2026 14:16:00 +0200 Subject: [PATCH] Adjusted searxng deploy --- k8s/apps/n8n/values-searxng.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/k8s/apps/n8n/values-searxng.yaml b/k8s/apps/n8n/values-searxng.yaml index 1fbaccf..cbeab91 100644 --- a/k8s/apps/n8n/values-searxng.yaml +++ b/k8s/apps/n8n/values-searxng.yaml @@ -9,17 +9,15 @@ config: search: safe_search: 0 -# Create limiter.toml to bypass bot detection -extraConfig: | - [botdetection.ip_lists] - pass_ip = [ - '0.0.0.0/0', # Allow all IPs - '::0/0' # Allow all IPv6 - ] - - [botdetection.ip_limit] - filter_link_local = false - link_token = false +extraConfig: + botdetection: + ip_lists: + pass_ip: + - '0.0.0.0/0' + - '::0/0' + ip_limit: + filter_link_local: false + link_token: false valkey: enabled: true nodeSelector: