Files
homelab/k8s/apps/n8n/values-searxng.yaml

26 lines
529 B
YAML
Raw Normal View History

2026-02-04 01:25:31 +02:00
config:
general:
instance_name: "HexorSearXNG"
2026-02-04 14:08:53 +02:00
debug: true
server:
limiter: false
2026-02-04 14:07:11 +02:00
public_instance: false
2026-02-04 14:08:53 +02:00
method: "POST"
search:
2026-02-04 14:07:11 +02:00
safe_search: 0
2026-02-04 14:14:38 +02:00
# 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
2026-02-04 01:27:12 +02:00
valkey:
enabled: true
2026-02-04 01:25:31 +02:00
nodeSelector:
2026-02-04 14:08:53 +02:00
kubernetes.io/hostname: master.tail2fe2d.ts.net