feat(SearXNG): bump version
This commit is contained in:
parent
d680950ced
commit
d834631403
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user