Cache busting has caused serious problems for users in the past, here are two examples: - https://github.com/searxng/searxng/issues/4419 - https://github.com/searxng/searxng/issues/4481 And it makes development and deployment significantly more complex because it binds the client side to the server side: - https://github.com/searxng/searxng/pull/4466 In the light of a decoupled development of the WEB clients from the server side: - https://github.com/searxng/searxng/pull/4988 is it appropriate to abandon this feature. In fact, it has been ineffective since #4436 anyway. However, the benefit has always been questionable, since at best only a few kB of data are saved (at least in the context of an image_proxy, the effect is below the detection limit). Ultimately, the client is responsible for caching. Related: https://github.com/searxng/searxng/issues?q=label%3A%22clear%20browser%20cache%22 Closes: https://github.com/searxng/searxng/pull/4466 Closes: https://github.com/searxng/searxng/issues/1326 Closes: https://github.com/searxng/searxng/issues/964 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
44 lines
799 B
YAML
44 lines
799 B
YAML
# SearXNG settings
|
|
|
|
use_default_settings: true
|
|
|
|
general:
|
|
debug: false
|
|
instance_name: "SearXNG"
|
|
|
|
search:
|
|
safe_search: 2
|
|
autocomplete: 'duckduckgo'
|
|
formats:
|
|
- html
|
|
|
|
server:
|
|
# Is overwritten by ${SEARXNG_SECRET}
|
|
secret_key: "ultrasecretkey"
|
|
limiter: true
|
|
image_proxy: true
|
|
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
|
# by ${SEARXNG_BASE_URL}.
|
|
# base_url: http://example.com/location
|
|
|
|
valkey:
|
|
# URL to connect valkey database. Is overwritten by ${SEARXNG_VALKEY_URL}.
|
|
url: valkey://localhost:6379/0
|
|
|
|
# preferences:
|
|
# lock:
|
|
# - autocomplete
|
|
# - method
|
|
|
|
# engines:
|
|
#
|
|
# - name: fdroid
|
|
# disabled: false
|
|
#
|
|
# - name: apk mirror
|
|
# disabled: false
|
|
#
|
|
# - name: mediathekviewweb
|
|
# categories: TV
|
|
# disabled: false
|