main
yml 98 lines 2.01 KB
Raw
1 # SearXNG settings
2
3 use_default_settings:
4 engines:
5 remove:
6 - radio browser
7 - wikidata
8 # TODO enable radio_browser when it works again
9 # currently it crashes on x86 on gethostbyaddr
10
11 general:
12 debug: false
13 instance_name: "SearXNG"
14
15 search:
16 safe_search: 0
17 # autocomplete: 'duckduckgo'
18 formats:
19 - json
20 # - html
21
22 server:
23 # Is overwritten by ${SEARXNG_SECRET}
24 secret_key: "dummy"
25 port: 55510
26 limiter: false
27 image_proxy: false
28 # public URL of the instance, to ensure correct inbound links. Is overwritten
29 # by ${SEARXNG_URL}.
30 # base_url: http://example.com/location
31
32 # redis:
33 # # URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}.
34 # url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
35
36 ui:
37 static_use_hash: true
38
39 # preferences:
40 # lock:
41 # - autocomplete
42 # - method
43
44 enabled_plugins:
45 - 'Hash plugin'
46 - 'Self Informations'
47 - 'Tracker URL remover'
48 # - 'Ahmia blacklist'
49 # - 'Hostnames plugin' # see 'hostnames' configuration below
50 # - 'Open Access DOI rewrite'
51
52 # plugins:
53 # - only_show_green_results
54
55 # hostnames:
56 # replace:
57 # '(.*\.)?youtube\.com$': 'invidious.example.com'
58 # '(.*\.)?youtu\.be$': 'invidious.example.com'
59 # remove:
60 # - '(.*\.)?facebook.com$'
61 # low_priority:
62 # - '(.*\.)?google\.com$'
63 # high_priority:
64 # - '(.*\.)?wikipedia.org$'
65
66 engines:
67 - name: radio browser
68 engine: radio_browser
69 disabled: true
70 inactive: true
71
72 - name: ahmia
73 disabled: true
74 inactive: true
75
76 - name: torch
77 disabled: true
78 inactive: true
79 # TODO enable radio_browser when it works again
80 # currently it crashes on x86 on gethostbyaddr
81
82 # - name: fdroid
83 # disabled: false
84 #
85 # - name: apk mirror
86 # disabled: false
87 #
88 # - name: mediathekviewweb
89 # categories: TV
90 # disabled: false
91 #
92 # - name: invidious
93 # disabled: false
94 # base_url:
95 # - https://invidious.snopyta.org
96 # - https://invidious.tiekoetter.com
97 # - https://invidio.xamh.de
98 # - https://inv.riverside.rocks