This commit is contained in:
parent
342ff14548
commit
7fc1fc3898
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.7.3-4eaa0dd27
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.7.29-98c73010f
|
||||
|
@ -298,6 +298,11 @@ engines:
|
||||
shortcut: 9g
|
||||
disabled: true
|
||||
|
||||
- name: alpine linux packages
|
||||
engine: alpinelinux
|
||||
disabled: true
|
||||
shortcut: alp
|
||||
|
||||
- name: annas archive
|
||||
engine: annas_archive
|
||||
disabled: true
|
||||
@ -593,6 +598,24 @@ engines:
|
||||
shortcut: dh
|
||||
categories: [it, packages]
|
||||
|
||||
- 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
|
||||
@ -763,6 +786,11 @@ engines:
|
||||
timeout: 8.0
|
||||
disabled: true
|
||||
|
||||
- name: geizhals
|
||||
engine: geizhals
|
||||
shortcut: geiz
|
||||
disabled: true
|
||||
|
||||
- name: genius
|
||||
engine: genius
|
||||
shortcut: gen
|
||||
@ -1206,6 +1234,7 @@ engines:
|
||||
# read https://docs.searxng.org/dev/engines/online/mullvad_leta.html
|
||||
# - name: mullvadleta
|
||||
# engine: mullvad_leta
|
||||
# leta_engine: google # choose one of the following: google, brave
|
||||
# use_cache: true # Only 100 non-cache searches per day, suggested only for private instances
|
||||
# search_url: https://leta.mullvad.net
|
||||
# categories: [general, web]
|
||||
@ -1790,7 +1819,6 @@ engines:
|
||||
- name: vimeo
|
||||
engine: vimeo
|
||||
shortcut: vm
|
||||
disabled: true
|
||||
|
||||
- name: wiby
|
||||
engine: json_engine
|
||||
@ -2105,28 +2133,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
|
||||
|
Loading…
Reference in New Issue
Block a user