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 disabled: false
weight: 1.0 weight: 1.0
- name: qwant - name: qwant
disabled: false disabled: true
weight: 0.9
- name: mojeek - name: mojeek
disabled: false disabled: true
weight: 0.7
- name: wikipedia - name: wikipedia
disabled: false disabled: false
weight: 0.8 weight: 0.8
- name: wikidata - name: wikidata
disabled: false disabled: false
weight: 0.6 weight: 0.6
- name: currency_convert - name: currency
disabled: false disabled: false
- name: duckduckgo definitions - name: ddg definitions
disabled: false disabled: false
- name: stackoverflow - name: stackoverflow
disabled: false disabled: false

View file

@ -14,7 +14,7 @@ REDIS_APP_URL=redis://localhost:6379/0
# Platform Web Search (SearXNG) # Platform Web Search (SearXNG)
# Set this to enable built-in web search. Docker Compose sets it automatically. # 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 # SEARXNG_DEFAULT_HOST=http://localhost:8888
#Electric(for migrations only) #Electric(for migrations only)