chore: update SearXNG engine settings and example configuration

This commit is contained in:
Anish Sarkar 2026-03-14 21:27:09 +05:30
parent 4376f74127
commit cc841a5af4
2 changed files with 5 additions and 7 deletions

View file

@ -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

View file

@ -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)