Yacy¶
YaCy is a free distributed search engine, built on the principles of peer-to-peer (P2P) networks.
API: Dev:APIyacysearch
Releases:
Configuration¶
The engine has the following (additional) settings:
The base_url has to be set in the engine named yacy and is used by
all yacy engines.
- name: yacy
  engine: yacy
  categories: general
  search_type: text
  shortcut: ya
  base_url:
    - https://yacy.searchlab.eu
    - https://search.lomig.me
    - https://yacy.ecosys.eu
    - https://search.webproject.link
- name: yacy images
  engine: yacy
  categories: images
  search_type: image
  shortcut: yai
  disabled: true
Implementations¶
- searx.engines.yacy.http_digest_auth_user = ''¶
 HTTP digest user for the local YACY instance
- searx.engines.yacy.http_digest_auth_pass = ''¶
 HTTP digest password for the local YACY instance
- searx.engines.yacy.search_mode = 'global'¶
 Yacy search mode
globalorlocal. By default, Yacy operates inglobalmode.globalPeer-to-Peer search
localPrivacy or Stealth mode, restricts the search to local yacy instance.
- searx.engines.yacy.search_type = 'text'¶
 One of
text,image/ The search-typesapp,audioandvideoare not yet implemented (Pull-Requests are welcome).