From 81f3d15665b2deeeb7fc634fb7d6740271640b2a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 17 Apr 2025 13:19:52 +0200 Subject: [fix] settings.yml files: doc & obsolete settings in the template Signed-off-by: Markus Heiser --- utils/templates/etc/searxng/settings.yml | 38 +++++--------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) (limited to 'utils') diff --git a/utils/templates/etc/searxng/settings.yml b/utils/templates/etc/searxng/settings.yml index be79810b1..c5ecbd777 100644 --- a/utils/templates/etc/searxng/settings.yml +++ b/utils/templates/etc/searxng/settings.yml @@ -9,6 +9,8 @@ general: search: safe_search: 2 autocomplete: 'duckduckgo' + formats: + - html server: # Is overwritten by ${SEARXNG_SECRET} @@ -16,7 +18,7 @@ server: limiter: true image_proxy: true # public URL of the instance, to ensure correct inbound links. Is overwritten - # by ${SEARXNG_URL}. + # by ${SEARXNG_BASE_URL}. # base_url: http://example.com/location redis: @@ -31,30 +33,8 @@ ui: # - autocomplete # - method -enabled_plugins: - - 'Hash plugin' - - 'Self Information' - - 'Tracker URL remover' - - 'Ahmia blacklist' - # - 'Hostnames plugin' # see 'hostnames' configuration below - # - 'Open Access DOI rewrite' - -# plugins: -# - only_show_green_results - -# hostnames: -# replace: -# '(.*\.)?youtube\.com$': 'invidious.example.com' -# '(.*\.)?youtu\.be$': 'invidious.example.com' -# remove: -# - '(.*\.)?facebook.com$' -# low_priority: -# - '(.*\.)?google\.com$' -# high_priority: -# - '(.*\.)?wikipedia.org$' - -engines: - +# engines: +# # - name: fdroid # disabled: false # @@ -64,11 +44,3 @@ engines: # - name: mediathekviewweb # categories: TV # disabled: false -# -# - name: invidious -# disabled: false -# base_url: -# - https://invidious.snopyta.org -# - https://invidious.tiekoetter.com -# - https://invidio.xamh.de -# - https://inv.riverside.rocks -- cgit v1.2.3