🗝
summary refs log tree commit diff
path: root/misc/searxng.yml
blob: cd3bea0b68995995d2e1ad3274060bc39f86cba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
general:
  instance_name: search.mia.jetzt

search:
  safe_search: 1
  autocomplete: duckduckgo

server:
  base_url: https://search.mia.jetzt/
  secret_key: "%SECRET_KEY%"
  image_proxy: true
  method: GET

ui:
  static_use_hash: true

doi_resolvers:
  oadoi.org: https://oadoi.org/

default_doi_resolver: oadoi.org

engines:
  # autocomplete
  - name: duckduckgo
    engine: duckduckgo
    disabled: true

  # general
  - name: bing
    engine: bing
    shortcut: bi

  - name: google
    engine: google
    shortcut: go

  # image
  - name: bing images
    engine: bing_images
    shortcut: bii

  - name: google images
    engine: google_images
    shortcut: goi