SearXNG: updated settings.yml
This commit is contained in:
parent
7c2276419e
commit
d893d83a08
@ -79,11 +79,16 @@ server:
|
||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||
# by ${SEARXNG_URL}.
|
||||
base_url: "https://opnxng.com"
|
||||
limiter: true # rate limit the number of request on the instance, block some bots
|
||||
public_instance: true # enable features designed only for public instances
|
||||
# rate limit the number of request on the instance, block some bots.
|
||||
# Is overwritten by ${SEARXNG_LIMITER}
|
||||
limiter: true
|
||||
# enable features designed only for public instances.
|
||||
# Is overwritten by ${SEARXNG_PUBLIC_INSTANCE}
|
||||
public_instance: true
|
||||
|
||||
# If your instance owns a /etc/searxng/settings.yml file, then set the following
|
||||
# values there.
|
||||
|
||||
secret_key: "{{ searxng_jwt_secret }}" # Is overwritten by ${SEARXNG_SECRET}
|
||||
# Proxying image results through searx
|
||||
image_proxy: true
|
||||
@ -106,6 +111,7 @@ redis:
|
||||
ui:
|
||||
# Custom static path - leave it blank if you didn't change
|
||||
static_path: ""
|
||||
# Is overwritten by ${SEARXNG_STATIC_USE_HASH}.
|
||||
static_use_hash: true
|
||||
# Custom templates path - leave it blank if you didn't change
|
||||
templates_path: ""
|
||||
@ -615,6 +621,24 @@ engines:
|
||||
categories: [it, packages]
|
||||
disabled: true
|
||||
|
||||
- name: encyclosearch
|
||||
engine: json_engine
|
||||
shortcut: es
|
||||
categories: general
|
||||
paging: true
|
||||
search_url: https://encyclosearch.org/encyclosphere/search?q={query}&page={pageno}&resultsPerPage=15
|
||||
results_query: Results
|
||||
url_query: SourceURL
|
||||
title_query: Title
|
||||
content_query: Description
|
||||
disabled: true
|
||||
about:
|
||||
website: https://encyclosearch.org
|
||||
official_api_documentation: https://encyclosearch.org/docs/#/rest-api
|
||||
use_official_api: true
|
||||
require_api_key: false
|
||||
results: JSON
|
||||
|
||||
- name: erowid
|
||||
engine: xpath
|
||||
paging: true
|
||||
@ -792,6 +816,11 @@ engines:
|
||||
timeout: 8.0
|
||||
disabled: true
|
||||
|
||||
- name: geizhals
|
||||
engine: geizhals
|
||||
shortcut: geiz
|
||||
disabled: true
|
||||
|
||||
- name: genius
|
||||
engine: genius
|
||||
shortcut: gen
|
||||
@ -2183,28 +2212,35 @@ engines:
|
||||
disabled: true
|
||||
|
||||
- name: yacy
|
||||
# https://docs.searxng.org/dev/engines/online/yacy.html
|
||||
engine: yacy
|
||||
categories: general
|
||||
search_type: text
|
||||
base_url:
|
||||
- https://yacy.searchlab.eu
|
||||
- https://search.lomig.me
|
||||
- https://yacy.ecosys.eu
|
||||
- https://search.webproject.link
|
||||
# see https://github.com/searxng/searxng/pull/3631#issuecomment-2240903027
|
||||
# - https://search.kyun.li
|
||||
# - https://yacy.securecomcorp.eu
|
||||
# - https://yacy.myserv.ca
|
||||
# - https://yacy.nsupdate.info
|
||||
# - https://yacy.electroncash.de
|
||||
shortcut: ya
|
||||
disabled: true
|
||||
# required if you aren't using HTTPS for your local yacy instance
|
||||
# https://docs.searxng.org/dev/engines/online/yacy.html
|
||||
# enable_http: true
|
||||
# timeout: 3.0
|
||||
# search_mode: 'global'
|
||||
# if you aren't using HTTPS for your local yacy instance disable https
|
||||
# enable_http: false
|
||||
search_mode: 'global'
|
||||
# timeout can be reduced in 'local' search mode
|
||||
timeout: 5.0
|
||||
|
||||
- name: yacy images
|
||||
engine: yacy
|
||||
network: yacy
|
||||
categories: images
|
||||
search_type: image
|
||||
shortcut: yai
|
||||
disabled: true
|
||||
# timeout can be reduced in 'local' search mode
|
||||
timeout: 5.0
|
||||
|
||||
- name: rumble
|
||||
engine: rumble
|
||||
@ -2414,6 +2450,7 @@ engines:
|
||||
content_xpath: //p[contains(@class,'url fsM')]/following-sibling::p
|
||||
first_page_num: 0
|
||||
categories: [general, web]
|
||||
disabled: true
|
||||
timeout: 4.0
|
||||
about:
|
||||
website: https://search.goo.ne.jp
|
||||
@ -2422,7 +2459,6 @@ engines:
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
language: ja
|
||||
disabled: true
|
||||
|
||||
- name: bt4g
|
||||
engine: bt4g
|
||||
|
@ -1,12 +1,22 @@
|
||||
config:
|
||||
oracle1:
|
||||
- searxng
|
||||
oracle2:
|
||||
- searxng
|
||||
oracle3:
|
||||
- searxng
|
||||
oracle4:
|
||||
- searxng
|
||||
|
||||
compose:
|
||||
oracle1:
|
||||
- binternet
|
||||
- searxng
|
||||
oracle2:
|
||||
- binternet
|
||||
- searxng
|
||||
oracle3:
|
||||
- binternet
|
||||
- searxng
|
||||
oracle4:
|
||||
- binternet
|
||||
- searxng
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user