From d8346314039610f2161a57242966343c507e62d9 Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 25 Jan 2024 10:36:51 +0100 Subject: [PATCH] feat(SearXNG): bump version --- matrix/coturn/turnserver.conf | 2 +- searxng/compose.yaml | 5 ++--- searxng/config/settings.yml | 11 +++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/matrix/coturn/turnserver.conf b/matrix/coturn/turnserver.conf index 223f78e..eacd7bd 100644 --- a/matrix/coturn/turnserver.conf +++ b/matrix/coturn/turnserver.conf @@ -357,7 +357,7 @@ static-auth-secret=$AUTH_SECRET # Note: If the default realm is not specified, then realm falls back to the host domain name. # If the domain name string is empty, or set to '(None)', then it is initialized as an empty string. # -realm=$COTURN_BASE_URL +realm=$BASE_URL # This flag sets the origin consistency # check. Across the session, all requests must have the same diff --git a/searxng/compose.yaml b/searxng/compose.yaml index d307d55..c80a2f8 100644 --- a/searxng/compose.yaml +++ b/searxng/compose.yaml @@ -15,8 +15,8 @@ services: redis: image: docker.io/redis:latest restart: unless-stopped - volumes: - - redis:/data/ + tmpfs: + - /data/ searxng: image: docker.io/searxng/searxng:latest @@ -33,7 +33,6 @@ services: - redis volumes: - redis: sites: external: true certs: diff --git a/searxng/config/settings.yml b/searxng/config/settings.yml index 00fb7f0..f464231 100644 --- a/searxng/config/settings.yml +++ b/searxng/config/settings.yml @@ -26,7 +26,7 @@ search: # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl", # "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off # by default. - autocomplete: "brave" + autocomplete: "" # minimun characters to type before autocompleter starts autocomplete_min: 4 # Default search language - leave blank to detect from browser information or @@ -61,9 +61,7 @@ search: - html server: - # If you change port, bind_address or base_url don't forget to rebuild - # instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT} - # and ${SEARXNG_BIND_ADDRESS} + # Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS} port: 8888 bind_address: "127.0.0.1" # public URL of the instance, to ensure correct inbound links. Is overwritten @@ -698,6 +696,7 @@ engines: engine: www1x shortcut: 1x timeout: 3.0 + disabled: true - name: fdroid engine: fdroid @@ -1339,10 +1338,12 @@ engines: search_type: search categories: [general, web] shortcut: ps + timeout: 4.0 disabled: true - name: presearch images engine: presearch + network: presearch search_type: images categories: [images, web] timeout: 4.0 @@ -1351,6 +1352,7 @@ engines: - name: presearch videos engine: presearch + network: presearch search_type: videos categories: [general, web] timeout: 4.0 @@ -1359,6 +1361,7 @@ engines: - name: presearch news engine: presearch + network: presearch search_type: news categories: [news, web] timeout: 4.0