feat(SearXNG): bump version

This commit is contained in:
ange 2024-01-25 10:36:51 +01:00
parent d680950ced
commit d834631403
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 10 additions and 8 deletions

View File

@ -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. # 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. # 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 # This flag sets the origin consistency
# check. Across the session, all requests must have the same # check. Across the session, all requests must have the same

View File

@ -15,8 +15,8 @@ services:
redis: redis:
image: docker.io/redis:latest image: docker.io/redis:latest
restart: unless-stopped restart: unless-stopped
volumes: tmpfs:
- redis:/data/ - /data/
searxng: searxng:
image: docker.io/searxng/searxng:latest image: docker.io/searxng/searxng:latest
@ -33,7 +33,6 @@ services:
- redis - redis
volumes: volumes:
redis:
sites: sites:
external: true external: true
certs: certs:

View File

@ -26,7 +26,7 @@ search:
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl", # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl",
# "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off # "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
# by default. # by default.
autocomplete: "brave" autocomplete: ""
# minimun characters to type before autocompleter starts # minimun characters to type before autocompleter starts
autocomplete_min: 4 autocomplete_min: 4
# Default search language - leave blank to detect from browser information or # Default search language - leave blank to detect from browser information or
@ -61,9 +61,7 @@ search:
- html - html
server: server:
# If you change port, bind_address or base_url don't forget to rebuild # Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
# instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT}
# and ${SEARXNG_BIND_ADDRESS}
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
@ -698,6 +696,7 @@ engines:
engine: www1x engine: www1x
shortcut: 1x shortcut: 1x
timeout: 3.0 timeout: 3.0
disabled: true
- name: fdroid - name: fdroid
engine: fdroid engine: fdroid
@ -1339,10 +1338,12 @@ engines:
search_type: search search_type: search
categories: [general, web] categories: [general, web]
shortcut: ps shortcut: ps
timeout: 4.0
disabled: true disabled: true
- name: presearch images - name: presearch images
engine: presearch engine: presearch
network: presearch
search_type: images search_type: images
categories: [images, web] categories: [images, web]
timeout: 4.0 timeout: 4.0
@ -1351,6 +1352,7 @@ engines:
- name: presearch videos - name: presearch videos
engine: presearch engine: presearch
network: presearch
search_type: videos search_type: videos
categories: [general, web] categories: [general, web]
timeout: 4.0 timeout: 4.0
@ -1359,6 +1361,7 @@ engines:
- name: presearch news - name: presearch news
engine: presearch engine: presearch
network: presearch
search_type: news search_type: news
categories: [news, web] categories: [news, web]
timeout: 4.0 timeout: 4.0