-
|
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG How did you install SearXNG? What happened? ...
enabled_plugins:
- 'Basic Calculator'
- 'Hash plugin'
- 'Self Information'
- 'Tracker URL remover'
- 'Unit converter plugin'
- 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
- 'Hostnames plugin' # see 'hostnames' configuration below
- 'Open Access DOI rewrite'
hostnames:
remove:
- '(.*\.)?microsoft.com$'
... |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
|
Same problem with k3s/docker...
|
Beta Was this translation helpful? Give feedback.
-
|
You need to manually enable this in Preferences. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. It is working now again, but only when activated via web interface (../preferences). Is it possible to activate in settings.yml for everybody? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
|
settings.yml: used to work, but appears to be broken since edfbf1e? |
Beta Was this translation helpful? Give feedback.
-
|
FYI: hostnames plugins works as implemented (what might differ to what is expected) ..
yes 👍 .. so what have changed? .. hostname plugin was off by default (from the beginning on): searxng/searx/plugins/hostnames.py Line 107 in 7389063 but ..
Nope .. its not broken .. it is fixed in the PR you link .. in the past, this default_on was switched to searxng/searx/plugins/hostnames.py Line 107 in 7389063 when a plugin was listed in the enabled_plugins: (internal) section But this was an issue in my eyes .. TBH we have more than the on/off states a. "plugin is not enabled" --> not available for the user (not listed in the preferences of the UI) Before PR: we had a. and c. (opt-out) .. after the PR we have a. and b. (opt-in) .. personally I prefer opt-in in a two state switch ( We can consider to have a switch with three states e.g.:
If you see a need in a "switch with three states" please open a feature request. |
Beta Was this translation helpful? Give feedback.
You need to manually enable this in Preferences.