searxng/etc/searxng/searxng/settings.yml
2022-08-20 00:37:43 +02:00

172 lines
3.5 KiB
YAML

---
# see https://docs.searxng.org/admin/engines/settings.html#use-default-settings
use_default_settings: true
general:
debug: false
instance_name: "dotya.ml's SearXNG"
# keep stats on what engines are being used and their performance.
enable_metrics: true
contact_url: https://dotya.ml/contact/
search:
safe_search: 0
autocomplete: 'google'
autocomplete_min: 2
formats:
- html
- csv
- json
- rss
server:
base_url: https://searxng.dotya.ml/
method: "GET"
http_protocol_version: "1.1"
default_http_headers:
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Download-Options: noopen
X-Robots-Tag: noindex, nofollow
Referrer-Policy: no-referrer, strict-origin-when-cross-origin
secret_key: "secretplsofcourseichangedit"
limiter: true # can be disabled for a private instance, blocks some bots
image_proxy: true
brand:
issue_url: https://git.dotya.ml/dotya.ml/searxng/issues
ui:
static_use_hash: true
results_on_new_tab: true
infinite_scroll: false
query_in_title: false
default_theme: simple
theme_args:
simple_style: dark
preferences:
lock:
- method
- query_in_title
redis:
url: redis://redis:6379/0
outgoing:
enable_http2: true
# default timeout in seconds, can be overriden by engine
request_timeout: 1.0
max_request_timeout: 2.5 # the maximum timeout in seconds
useragent_suffix: ""
# Maximum number of allowable connections, or null for no limits.
# The default is 100.
pool_connections: 1024
# Number of allowable keep-alive connections, or null to always allow.
# The default is 10.
pool_maxsize: 64
engines:
- name: google
use_mobile_ui: true
shortcut: g
- name: google sk
engine: google
use_mobile_ui: true
language: sk
shortcut: gsk
disabled: true
- name: google de
engine: google
use_mobile_ui: true
language: de
shortcut: gde
disabled: true
- name: arch linux wiki
engine: archlinux
shortcut: aw
- name: fdroid
disabled: false
- name: ddg definitions
disabled: false
- name: lingva
disabled: false
- name: lib.rs
disabled: false
- name: sourcehut
disabled: false
- name: github
disabled: false
- name: codeberg
disabled: false
- name: lobste.rs
disabled: false
- name: stackoverflow
engine: stackoverflow
shortcut: so
- name: searchcode code
disabled: false
- name: tineye
timeout: 4.0
- name: soundcloud
timeout: 3.0
- name: youtube
timeout: 3.0
- name: bandcamp
timeout: 3.0
- name: google news
timeout: 3.0
# disabled
- name: brave
disabled: true
# needs a token
- name: deviantart
disabled: true
- name: artic
disabled: true
- name: mymemory translated
disabled: true
- name: wordnik
disabled: true
- name: btdigg
disabled: true
- name: solidtorrents
disabled: true
- name: vimeo
disabled: true
- name: google videos
disabled: true
- name: openairedatasets
disabled: true
- name: openairepublications
disabled: true
- name: library of congress
disabled: true
- name: dictzone
disabled: true
- name: genius
disabled: true
categories_as_tabs:
general:
images:
videos:
news:
map:
music:
it:
science:
files:
social media:
enabled_plugins:
- 'Hash plugin'
- 'Search on category select'
- 'Self Informations'
- 'Tracker URL remover'
- 'Ahmia blacklist'
- 'Infinite scroll'
- 'Results on new tabs'
- 'Open Access DOI rewrite'
- 'Vim-like hotkeys'