2021-06-12 20:46:07 +02:00
|
|
|
use_default_settings: true
|
2020-12-08 20:19:10 +01:00
|
|
|
|
|
|
|
general:
|
2021-06-12 20:46:07 +02:00
|
|
|
debug: false # Debug mode, only for development
|
|
|
|
instance_name: "searxng" # displayed name
|
|
|
|
contact_url: false # mailto:contact@example.com
|
2020-12-08 20:19:10 +01:00
|
|
|
|
|
|
|
search:
|
2021-06-12 20:46:07 +02:00
|
|
|
# Filter results. 0: None, 1: Moderate, 2: Strict
|
|
|
|
safe_search: 0
|
|
|
|
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
|
|
|
|
# "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
|
|
|
# by default.
|
|
|
|
autocomplete: ""
|
|
|
|
# Default search language - leave blank to detect from browser information or
|
|
|
|
# use codes from 'languages.py'
|
|
|
|
default_lang: ""
|
|
|
|
# remove format to deny access, use lower case.
|
|
|
|
formats: [html, csv, json, rss]
|
2020-12-08 20:19:10 +01:00
|
|
|
|
|
|
|
server:
|
2021-06-12 20:46:07 +02:00
|
|
|
port: 8888
|
|
|
|
# address to listen on
|
|
|
|
bind_address: "127.0.0.1"
|
|
|
|
secret_key: "ultrasecretkey" # change this!
|
|
|
|
# Set custom base_url. Possible values:
|
|
|
|
# false or "https://your.custom.host/location/"
|
2021-07-17 19:03:54 +02:00
|
|
|
# base_url: https://example.org/searx
|
2021-06-12 20:46:07 +02:00
|
|
|
# Proxying image results through searx
|
|
|
|
image_proxy: false
|
2020-12-08 20:19:10 +01:00
|
|
|
|
2021-06-12 20:46:07 +02:00
|
|
|
# result_proxy:
|
|
|
|
# url: http://127.0.0.1:3000/
|
|
|
|
# key: !!binary "your_morty_proxy_key"
|