searxng settings fix

frdel committed Feb 10, 2026 at 10:56 UTC 1f7e3b5a28a4cbdaaf734536459df5c08d621899
4 files changed +6 -2
docker/base/fs/etc/searxng/limiter.toml
+1 -1
@@ -1,6 +1,6 @@
1 [botdetection]
2 # Number of values to trust for X-Forwarded-For.
3 -trusted_proxies = 1
3 +trusted_proxies = ["127.0.0.1"]
4
5 # The prefix defines the number of leading bits in an address that are compared
6 # to determine whether or not an address is part of a (client) network.
docker/base/fs/etc/searxng/settings.yml
+2
@@ -61,9 +61,11 @@ engines:
61
62 - name: ahmia
63 disabled: true
64 + inactive: true
65
66 - name: torch
67 disabled: true
68 + inactive: true
69
70 # - name: fdroid
71 # disabled: false
docker/run/fs/etc/searxng/limiter.toml
+1 -1
@@ -1,6 +1,6 @@
1 [botdetection]
2 # Number of values to trust for X-Forwarded-For.
3 -trusted_proxies = 1
3 +trusted_proxies = ["127.0.0.1"]
4
5 # The prefix defines the number of leading bits in an address that are compared
6 # to determine whether or not an address is part of a (client) network.
docker/run/fs/etc/searxng/settings.yml
+2
@@ -70,9 +70,11 @@ engines:
70
71 - name: ahmia
72 disabled: true
73 + inactive: true
74
75 - name: torch
76 disabled: true
77 + inactive: true
78 # TODO enable radio_browser when it works again
79 # currently it crashes on x86 on gethostbyaddr
80