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:

- name: yacy
  engine: yacy
  categories: general
  search_type: text
  base_url: https://yacy.searchlab.eu
  shortcut: ya

- name: yacy images
  engine: yacy
  categories: images
  search_type: image
  base_url: https://yacy.searchlab.eu
  shortcut: yai
  disabled: true

Implementations

searx.engines.yacy.http_digest_auth_pass = ''

HTTP digest password for the local YACY instance

searx.engines.yacy.http_digest_auth_user = ''

HTTP digest user for the local YACY instance

searx.engines.yacy.search_mode = 'global'

Yacy search mode global or local. By default, Yacy operates in global mode.

global

Peer-to-Peer search

local

Privacy or Stealth mode, restricts the search to local yacy instance.

searx.engines.yacy.search_type = 'text'

One of text, image / The search-types app, audio and video are not yet implemented (Pull-Requests are welcome).