mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update settings.yml
This commit is contained in:
parent
f1c05e7c16
commit
5ab16128b8
1 changed files with 8 additions and 7 deletions
|
@ -70,6 +70,7 @@ search:
|
||||||
# formats: [html, csv, json, rss]
|
# formats: [html, csv, json, rss]
|
||||||
formats:
|
formats:
|
||||||
- html
|
- html
|
||||||
|
- json
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
|
# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
|
||||||
|
@ -90,7 +91,7 @@ server:
|
||||||
|
|
||||||
secret_key: "ultrasecretkey" # Is overwritten by ${SEARXNG_SECRET}
|
secret_key: "ultrasecretkey" # Is overwritten by ${SEARXNG_SECRET}
|
||||||
# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
|
# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
|
||||||
image_proxy: false
|
image_proxy: true
|
||||||
# 1.0 and 1.1 are supported
|
# 1.0 and 1.1 are supported
|
||||||
http_protocol_version: "1.0"
|
http_protocol_version: "1.0"
|
||||||
# POST queries are more secure as they don't show up in history but may cause
|
# POST queries are more secure as they don't show up in history but may cause
|
||||||
|
@ -222,11 +223,11 @@ outgoing:
|
||||||
# - 'Hash plugin'
|
# - 'Hash plugin'
|
||||||
# - 'Self Information'
|
# - 'Self Information'
|
||||||
# - 'Tracker URL remover'
|
# - 'Tracker URL remover'
|
||||||
|
# - 'Basic Calculator'
|
||||||
|
# - 'Open Access DOI rewrite'
|
||||||
# - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
|
# - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
|
||||||
# # these plugins are disabled if nothing is configured ..
|
# # these plugins are disabled if nothing is configured ..
|
||||||
# - 'Hostnames plugin' # see 'hostnames' configuration below
|
# - 'Hostnames plugin' # see 'hostnames' configuration below
|
||||||
# - 'Basic Calculator'
|
|
||||||
# - 'Open Access DOI rewrite'
|
|
||||||
# - 'Tor check plugin'
|
# - 'Tor check plugin'
|
||||||
# # Read the docs before activate: auto-detection of the language could be
|
# # Read the docs before activate: auto-detection of the language could be
|
||||||
# # detrimental to users expectations / users can activate the plugin in the
|
# # detrimental to users expectations / users can activate the plugin in the
|
||||||
|
@ -415,12 +416,12 @@ engines:
|
||||||
- name: bilibili
|
- name: bilibili
|
||||||
engine: bilibili
|
engine: bilibili
|
||||||
shortcut: bil
|
shortcut: bil
|
||||||
disabled: true
|
disabled: false
|
||||||
|
|
||||||
- name: bing
|
- name: bing
|
||||||
engine: bing
|
engine: bing
|
||||||
shortcut: bi
|
shortcut: bi
|
||||||
disabled: true
|
disabled: false
|
||||||
|
|
||||||
- name: bing images
|
- name: bing images
|
||||||
engine: bing_images
|
engine: bing_images
|
||||||
|
@ -521,14 +522,14 @@ engines:
|
||||||
categories: general
|
categories: general
|
||||||
search_type: web
|
search_type: web
|
||||||
timeout: 5
|
timeout: 5
|
||||||
disabled: true
|
disabled: false
|
||||||
|
|
||||||
- name: yep images
|
- name: yep images
|
||||||
engine: yep
|
engine: yep
|
||||||
shortcut: yepi
|
shortcut: yepi
|
||||||
categories: images
|
categories: images
|
||||||
search_type: images
|
search_type: images
|
||||||
disabled: true
|
disabled: false
|
||||||
|
|
||||||
- name: yep news
|
- name: yep news
|
||||||
engine: yep
|
engine: yep
|
||||||
|
|
Loading…
Add table
Reference in a new issue