mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-07-21 02:05:53 +00:00
38 lines
844 B
YAML
38 lines
844 B
YAML
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
|
use_default_settings: true
|
|
|
|
general:
|
|
debug: false
|
|
instance_name: "SearXNG"
|
|
|
|
search:
|
|
safe_search: 2
|
|
autocomplete: 'duckduckgo'
|
|
formats:
|
|
- html
|
|
- json
|
|
|
|
server:
|
|
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
|
secret_key: "ultrasecretkey" # change this!
|
|
limiter: true # can be disabled for a private instance
|
|
image_proxy: true
|
|
|
|
request:
|
|
# Proper User-Agent to avoid rate limiting and 403 errors
|
|
user_agent: 'Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0'
|
|
|
|
ui:
|
|
static_use_hash: true
|
|
|
|
engines:
|
|
- name: brave
|
|
disabled: true
|
|
- name: ahmia
|
|
disabled: true
|
|
- name: torch
|
|
disabled: true
|
|
|
|
valkey:
|
|
url: valkey://tasks.valkey_valkey:6379/0
|