mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] yacy: use official instance by default and fix crashes
This commit is contained in:
parent
5d53aac20f
commit
fa5b2a7948
2 changed files with 64 additions and 27 deletions
|
|
@ -1898,15 +1898,26 @@ engines:
|
|||
shortcut: mvw
|
||||
disabled: true
|
||||
|
||||
# - name: yacy
|
||||
# engine: yacy
|
||||
# shortcut: ya
|
||||
# base_url: http://localhost:8090
|
||||
# # required if you aren't using HTTPS for your local yacy instance'
|
||||
# enable_http: true
|
||||
# timeout: 3.0
|
||||
# # Yacy search mode. 'global' or 'local'.
|
||||
# search_mode: 'global'
|
||||
- name: yacy
|
||||
engine: yacy
|
||||
categories: general
|
||||
search_type: text
|
||||
base_url: https://yacy.searchlab.eu
|
||||
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'
|
||||
|
||||
- name: yacy images
|
||||
engine: yacy
|
||||
categories: images
|
||||
search_type: image
|
||||
base_url: https://yacy.searchlab.eu
|
||||
shortcut: yai
|
||||
disabled: true
|
||||
|
||||
- name: rumble
|
||||
engine: rumble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue