searxng settings

frdel committed Feb 10, 2026 at 10:19 UTC ac0041d9515c581b0558c74367df95c219087cf6
4 files changed +18 -6
docker/base/fs/etc/searxng/limiter.toml
+2 -2
@@ -1,6 +1,6 @@
1 -[real_ip]
1 +[botdetection]
2 # Number of values to trust for X-Forwarded-For.
3 -x_for = 1
3 +trusted_proxies = 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
+7 -1
@@ -39,7 +39,7 @@ enabled_plugins:
39 - 'Hash plugin'
40 - 'Self Informations'
41 - 'Tracker URL remover'
42 - - 'Ahmia blacklist'
42 + # - 'Ahmia blacklist'
43 # - 'Hostnames plugin' # see 'hostnames' configuration below
44 # - 'Open Access DOI rewrite'
45
@@ -59,6 +59,12 @@ enabled_plugins:
59
60 engines:
61
62 + - name: ahmia
63 + disabled: true
64 +
65 + - name: torch
66 + disabled: true
67 +
68 # - name: fdroid
69 # disabled: false
70 #
docker/run/fs/etc/searxng/limiter.toml
+2 -2
@@ -1,6 +1,6 @@
1 -[real_ip]
1 +[botdetection]
2 # Number of values to trust for X-Forwarded-For.
3 -x_for = 1
3 +trusted_proxies = 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
+7 -1
@@ -44,7 +44,7 @@ enabled_plugins:
44 - 'Hash plugin'
45 - 'Self Informations'
46 - 'Tracker URL remover'
47 - - 'Ahmia blacklist'
47 + # - 'Ahmia blacklist'
48 # - 'Hostnames plugin' # see 'hostnames' configuration below
49 # - 'Open Access DOI rewrite'
50
@@ -67,6 +67,12 @@ engines:
67 engine: radio_browser
68 disabled: true
69 inactive: true
70 +
71 + - name: ahmia
72 + disabled: true
73 +
74 + - name: torch
75 + disabled: true
76 # TODO enable radio_browser when it works again
77 # currently it crashes on x86 on gethostbyaddr
78