Compare commits
5 Commits
de248966ef
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c1b460bc8 | |||
| 17f74264bc | |||
| 416aa45954 | |||
| 83d6085ea5 | |||
| 5250bca558 |
@@ -24,6 +24,7 @@ brand:
|
|||||||
wiki_url: https://github.com/searxng/searxng/wiki
|
wiki_url: https://github.com/searxng/searxng/wiki
|
||||||
issue_url: https://github.com/searxng/searxng/issues
|
issue_url: https://github.com/searxng/searxng/issues
|
||||||
# custom:
|
# custom:
|
||||||
|
# maintainer: "Jon Doe"
|
||||||
# # Custom entries in the footer: [title]: [link]
|
# # Custom entries in the footer: [title]: [link]
|
||||||
# links:
|
# links:
|
||||||
# Uptime: https://uptime.searxng.org/history/darmarit-org
|
# Uptime: https://uptime.searxng.org/history/darmarit-org
|
||||||
@@ -124,6 +125,8 @@ ui:
|
|||||||
# query_in_title: When true, the result page's titles contains the query
|
# query_in_title: When true, the result page's titles contains the query
|
||||||
# it decreases the privacy, since the browser can records the page titles.
|
# it decreases the privacy, since the browser can records the page titles.
|
||||||
query_in_title: false
|
query_in_title: false
|
||||||
|
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
|
||||||
|
infinite_scroll: false
|
||||||
# ui theme
|
# ui theme
|
||||||
default_theme: simple
|
default_theme: simple
|
||||||
# center the results ?
|
# center the results ?
|
||||||
@@ -160,6 +163,7 @@ ui:
|
|||||||
# - locale
|
# - locale
|
||||||
# - theme
|
# - theme
|
||||||
# - results_on_new_tab
|
# - results_on_new_tab
|
||||||
|
# - infinite_scroll
|
||||||
# - search_on_category_select
|
# - search_on_category_select
|
||||||
# - method
|
# - method
|
||||||
# - image_proxy
|
# - image_proxy
|
||||||
@@ -211,7 +215,6 @@ outgoing:
|
|||||||
# - 1.1.1.2
|
# - 1.1.1.2
|
||||||
# - fe80::/126
|
# - fe80::/126
|
||||||
|
|
||||||
|
|
||||||
# Plugin configuration, for more details see
|
# Plugin configuration, for more details see
|
||||||
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
||||||
#
|
#
|
||||||
@@ -389,6 +392,25 @@ engines:
|
|||||||
timeout: 6
|
timeout: 6
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: alexandria
|
||||||
|
engine: json_engine
|
||||||
|
shortcut: alx
|
||||||
|
categories: general
|
||||||
|
paging: true
|
||||||
|
search_url: https://api.alexandria.org/?a=1&q={query}&p={pageno}
|
||||||
|
results_query: results
|
||||||
|
title_query: title
|
||||||
|
url_query: url
|
||||||
|
content_query: snippet
|
||||||
|
timeout: 1.5
|
||||||
|
disabled: true
|
||||||
|
about:
|
||||||
|
website: https://alexandria.org/
|
||||||
|
official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.md
|
||||||
|
use_official_api: true
|
||||||
|
require_api_key: false
|
||||||
|
results: JSON
|
||||||
|
|
||||||
- name: astrophysics data system
|
- name: astrophysics data system
|
||||||
engine: astrophysics_data_system
|
engine: astrophysics_data_system
|
||||||
shortcut: ads
|
shortcut: ads
|
||||||
@@ -664,6 +686,7 @@ engines:
|
|||||||
# cf_ai_model_assistant: 'prompts_for_assistant_role'
|
# cf_ai_model_assistant: 'prompts_for_assistant_role'
|
||||||
# cf_ai_model_system: 'prompts_for_system_role'
|
# cf_ai_model_system: 'prompts_for_system_role'
|
||||||
timeout: 30
|
timeout: 30
|
||||||
|
disabled: true
|
||||||
inactive: true
|
inactive: true
|
||||||
|
|
||||||
- name: core.ac.uk
|
- name: core.ac.uk
|
||||||
@@ -798,6 +821,21 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
# - name: elasticsearch
|
||||||
|
# shortcut: els
|
||||||
|
# engine: elasticsearch
|
||||||
|
# base_url: http://localhost:9200
|
||||||
|
# username: elastic
|
||||||
|
# password: changeme
|
||||||
|
# index: my-index
|
||||||
|
# enable_http: true
|
||||||
|
# # available options: match, simple_query_string, term, terms, custom
|
||||||
|
# query_type: match
|
||||||
|
# # if query_type is set to custom, provide your query here
|
||||||
|
# # custom_query_json: {"query":{"match_all": {}}}
|
||||||
|
# # show_metadata: false
|
||||||
|
# disabled: true
|
||||||
- name: elasticsearch
|
- name: elasticsearch
|
||||||
shortcut: els
|
shortcut: els
|
||||||
engine: elasticsearch
|
engine: elasticsearch
|
||||||
|
|||||||
Reference in New Issue
Block a user