mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update SearXNG engine settings and example configuration
This commit is contained in:
parent
4376f74127
commit
cc841a5af4
2 changed files with 5 additions and 7 deletions
|
|
@ -36,20 +36,18 @@ engines:
|
|||
disabled: false
|
||||
weight: 1.0
|
||||
- name: qwant
|
||||
disabled: false
|
||||
weight: 0.9
|
||||
disabled: true
|
||||
- name: mojeek
|
||||
disabled: false
|
||||
weight: 0.7
|
||||
disabled: true
|
||||
- name: wikipedia
|
||||
disabled: false
|
||||
weight: 0.8
|
||||
- name: wikidata
|
||||
disabled: false
|
||||
weight: 0.6
|
||||
- name: currency_convert
|
||||
- name: currency
|
||||
disabled: false
|
||||
- name: duckduckgo definitions
|
||||
- name: ddg definitions
|
||||
disabled: false
|
||||
- name: stackoverflow
|
||||
disabled: false
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ REDIS_APP_URL=redis://localhost:6379/0
|
|||
|
||||
# Platform Web Search (SearXNG)
|
||||
# Set this to enable built-in web search. Docker Compose sets it automatically.
|
||||
# For standalone dev: docker run -d -p 8888:8080 -v ./docker/searxng:/etc/searxng searxng/searxng:2024.12.23
|
||||
# Only uncomment if running the backend outside Docker (e.g. uvicorn on host).
|
||||
# SEARXNG_DEFAULT_HOST=http://localhost:8888
|
||||
|
||||
#Electric(for migrations only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue