Adjusted searxng deploy
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 5s
Auto-update README / Generate README and Create MR (push) Successful in 7s

This commit is contained in:
Ultradesu
2026-02-04 14:16:00 +02:00
parent 49515d6081
commit 4981fef85d

View File

@@ -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: