[fix] settings.yml files: doc & obsolete settings in the template
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
99ad69450d
commit
81f3d15665
@ -96,7 +96,7 @@ Modify the ``/etc/searxng/settings.yml`` to your needs:
|
|||||||
|
|
||||||
.. literalinclude:: ../../utils/templates/etc/searxng/settings.yml
|
.. literalinclude:: ../../utils/templates/etc/searxng/settings.yml
|
||||||
:language: yaml
|
:language: yaml
|
||||||
:end-before: # hostnames:
|
:end-before: # preferences:
|
||||||
|
|
||||||
To see the entire file jump to :origin:`utils/templates/etc/searxng/settings.yml`
|
To see the entire file jump to :origin:`utils/templates/etc/searxng/settings.yml`
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ server:
|
|||||||
port: 8888
|
port: 8888
|
||||||
bind_address: "127.0.0.1"
|
bind_address: "127.0.0.1"
|
||||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||||
# by ${SEARXNG_URL}.
|
# by ${SEARXNG_BASE_URL}.
|
||||||
base_url: false # "http://example.com/location"
|
base_url: false # "http://example.com/location"
|
||||||
# rate limit the number of request on the instance, block some bots.
|
# rate limit the number of request on the instance, block some bots.
|
||||||
# Is overwritten by ${SEARXNG_LIMITER}
|
# Is overwritten by ${SEARXNG_LIMITER}
|
||||||
|
@ -9,6 +9,8 @@ general:
|
|||||||
search:
|
search:
|
||||||
safe_search: 2
|
safe_search: 2
|
||||||
autocomplete: 'duckduckgo'
|
autocomplete: 'duckduckgo'
|
||||||
|
formats:
|
||||||
|
- html
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# Is overwritten by ${SEARXNG_SECRET}
|
# Is overwritten by ${SEARXNG_SECRET}
|
||||||
@ -16,7 +18,7 @@ server:
|
|||||||
limiter: true
|
limiter: true
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
# 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
|
# base_url: http://example.com/location
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
@ -31,30 +33,8 @@ ui:
|
|||||||
# - autocomplete
|
# - autocomplete
|
||||||
# - method
|
# - method
|
||||||
|
|
||||||
enabled_plugins:
|
# engines:
|
||||||
- '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:
|
|
||||||
|
|
||||||
# - name: fdroid
|
# - name: fdroid
|
||||||
# disabled: false
|
# disabled: false
|
||||||
#
|
#
|
||||||
@ -64,11 +44,3 @@ engines:
|
|||||||
# - name: mediathekviewweb
|
# - name: mediathekviewweb
|
||||||
# categories: TV
|
# categories: TV
|
||||||
# disabled: false
|
# disabled: false
|
||||||
#
|
|
||||||
# - name: invidious
|
|
||||||
# disabled: false
|
|
||||||
# base_url:
|
|
||||||
# - https://invidious.snopyta.org
|
|
||||||
# - https://invidious.tiekoetter.com
|
|
||||||
# - https://invidio.xamh.de
|
|
||||||
# - https://inv.riverside.rocks
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user