@mammothb/pi-websearch 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2458 @@
1
+ general:
2
+ # Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}
3
+ debug: false
4
+ # displayed name
5
+ instance_name: "SearXNG"
6
+ # For example: https://example.com/privacy
7
+ privacypolicy_url: false
8
+ # use true to use your own donation page written in searx/info/en/donate.md
9
+ # use false to disable the donation link
10
+ donation_url: false
11
+ # mailto:contact@example.com
12
+ contact_url: false
13
+ # record stats
14
+ enable_metrics: true
15
+ # expose stats in open metrics format at /metrics
16
+ # leave empty to disable (no password set)
17
+ # open_metrics: <password>
18
+ open_metrics: ''
19
+ brand:
20
+ docs_url: https://docs.searxng.org/
21
+ public_instances: https://searx.space
22
+ wiki_url: https://github.com/searxng/searxng/wiki
23
+ issue_url: https://github.com/searxng/searxng/issues
24
+ # custom:
25
+ # # Custom entries in the footer: [title]: [link]
26
+ # links:
27
+ # Uptime: https://uptime.searxng.org/history/darmarit-org
28
+ # About: "https://searxng.org"
29
+ # pwa_colors:
30
+ # # Custom settings for PWA icon an colors used in manifest.json
31
+ # # Default colors are:
32
+ # theme_color_light: "#3050ff"
33
+ # background_color_light: "fff"
34
+ # theme_color_dark: "#58f"
35
+ # background_color_dark: "#222428"
36
+ # theme_color_black: "#3050ff"
37
+ # background_color_black: "#000"
38
+ search:
39
+ # Filter results. 0: None, 1: Moderate, 2: Strict
40
+ safe_search: 0
41
+ # Existing autocomplete backends: "360search", "baidu", "bing", "brave", "dbpedia", "duckduckgo", "google",
42
+ # "yandex", "mwmbl", "naver", "seznam", "sogou", "startpage", "swisscows", "quark", "qwant", "wikipedia" -
43
+ # leave blank to turn it off by default.
44
+ autocomplete: ""
45
+ # minimun characters to type before autocompleter starts
46
+ autocomplete_min: 4
47
+ # backend for the favicon near URL in search results.
48
+ # Available resolvers: "allesedv", "duckduckgo", "google", "yandex" - leave blank to turn it off by default.
49
+ favicon_resolver: ""
50
+ # Default search language - leave blank to detect from browser information or
51
+ # use codes from 'languages.py'
52
+ default_lang: "auto"
53
+ # max_page: 0 # if engine supports paging, 0 means unlimited numbers of pages
54
+ # Available languages
55
+ # languages:
56
+ # - all
57
+ # - en
58
+ # - en-US
59
+ # - de
60
+ # - it-IT
61
+ # - fr
62
+ # - fr-BE
63
+ # ban time in seconds after engine errors
64
+ ban_time_on_fail: 5
65
+ # max ban time in seconds after engine errors
66
+ max_ban_time_on_fail: 120
67
+ suspended_times:
68
+ # Engine suspension time after error (in seconds; set to 0 to disable)
69
+ # For error "Access denied" and "HTTP error [402, 403]"
70
+ SearxEngineAccessDenied: 180
71
+ # For error "CAPTCHA"
72
+ SearxEngineCaptcha: 3600
73
+ # For error "Too many request" and "HTTP error 429"
74
+ SearxEngineTooManyRequests: 180
75
+ # Cloudflare CAPTCHA
76
+ cf_SearxEngineCaptcha: 1296000
77
+ cf_SearxEngineAccessDenied: 86400
78
+ # ReCAPTCHA
79
+ recaptcha_SearxEngineCaptcha: 604800
80
+ # remove format to deny access, use lower case.
81
+ # formats: [html, csv, json, rss]
82
+ formats:
83
+ - html
84
+ - json
85
+ server:
86
+ # Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}
87
+ port: 8888
88
+ bind_address: "0.0.0.0"
89
+ # public URL of the instance, to ensure correct inbound links. Is overwritten
90
+ # by ${SEARXNG_BASE_URL}.
91
+ base_url: false # "http://example.com/location"
92
+ # rate limit the number of request on the instance, block some bots.
93
+ # Is overwritten by ${SEARXNG_LIMITER}
94
+ limiter: false
95
+ # enable features designed only for public instances.
96
+ # Is overwritten by ${SEARXNG_PUBLIC_INSTANCE}
97
+ public_instance: false
98
+ # If your instance owns a /etc/searxng/settings.yml file, then set the following
99
+ # values there.
100
+ secret_key: "FulbpxE7jBobUvAjWtGL1u89lfH54c" # Is overwritten by ${SEARXNG_SECRET}
101
+ # Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
102
+ image_proxy: false
103
+ # 1.0 and 1.1 are supported
104
+ http_protocol_version: "1.0"
105
+ # POST queries are "more secure!" but are also the source of hard-to-locate
106
+ # annoyances, which is why GET may be better for end users and their browsers.
107
+ # see https://github.com/searxng/searxng/pull/3619
108
+ # Is overwritten by ${SEARXNG_METHOD}
109
+ method: "POST"
110
+ default_http_headers:
111
+ X-Content-Type-Options: nosniff
112
+ X-Download-Options: noopen
113
+ X-Robots-Tag: noindex, nofollow
114
+ Referrer-Policy: no-referrer
115
+ valkey:
116
+ # URL to connect valkey database. Is overwritten by ${SEARXNG_VALKEY_URL}.
117
+ # https://docs.searxng.org/admin/settings/settings_valkey.html#settings-valkey
118
+ # url: valkey://localhost:6379/0
119
+ url: false
120
+ ui:
121
+ # Custom static path - leave it blank if you didn't change
122
+ static_path: ""
123
+ # Custom templates path - leave it blank if you didn't change
124
+ templates_path: ""
125
+ # query_in_title: When true, the result page's titles contains the query
126
+ # it decreases the privacy, since the browser can records the page titles.
127
+ query_in_title: false
128
+ # ui theme
129
+ default_theme: simple
130
+ # center the results ?
131
+ center_alignment: false
132
+ # URL prefix of the internet archive, don't forget trailing slash (if needed).
133
+ # cache_url: "https://webcache.googleusercontent.com/search?q=cache:"
134
+ # Default interface locale - leave blank to detect from browser information or
135
+ # use codes from the 'locales' config section
136
+ default_locale: ""
137
+ # Open result links in a new tab by default
138
+ # results_on_new_tab: false
139
+ theme_args:
140
+ # style of simple theme: auto, light, dark, black
141
+ simple_style: auto
142
+ # Perform search immediately if a category selected.
143
+ # Disable to select multiple categories at once and start the search manually.
144
+ search_on_category_select: true
145
+ # Hotkeys: default or vim
146
+ hotkeys: default
147
+ # URL formatting: pretty, full or host
148
+ url_formatting: pretty
149
+ # Lock arbitrary settings on the preferences page.
150
+ #
151
+ # preferences:
152
+ # lock:
153
+ # - categories
154
+ # - language
155
+ # - autocomplete
156
+ # - favicon
157
+ # - safesearch
158
+ # - method
159
+ # - doi_resolver
160
+ # - locale
161
+ # - theme
162
+ # - results_on_new_tab
163
+ # - search_on_category_select
164
+ # - method
165
+ # - image_proxy
166
+ # - query_in_title
167
+
168
+ # communication with search engines
169
+ #
170
+ outgoing:
171
+ # default timeout in seconds, can be override by engine
172
+ request_timeout: 3.0
173
+ # the maximum timeout in seconds
174
+ # max_request_timeout: 10.0
175
+ # suffix of searxng_useragent, could contain information like an email address
176
+ # to the administrator
177
+ useragent_suffix: ""
178
+ # The maximum number of concurrent connections that may be established.
179
+ pool_connections: 100
180
+ # Allow the connection pool to maintain keep-alive connections below this
181
+ # point.
182
+ pool_maxsize: 20
183
+ # See https://www.python-httpx.org/http2/
184
+ enable_http2: true
185
+ # uncomment below section if you want to use a custom server certificate
186
+ # see https://www.python-httpx.org/advanced/#changing-the-verification-defaults
187
+ # and https://www.python-httpx.org/compatibility/#ssl-configuration
188
+ # verify: ~/.mitmproxy/mitmproxy-ca-cert.cer
189
+ #
190
+ # uncomment below section if you want to use a proxyq see: SOCKS proxies
191
+ # https://2.python-requests.org/en/latest/user/advanced/#proxies
192
+ # are also supported: see
193
+ # https://2.python-requests.org/en/latest/user/advanced/#socks
194
+ #
195
+ # proxies:
196
+ # all://:
197
+ # - http://proxy1:8080
198
+ # - http://proxy2:8080
199
+ #
200
+ # using_tor_proxy: true
201
+ #
202
+ # Extra seconds to add in order to account for the time taken by the proxy
203
+ #
204
+ # extra_proxy_timeout: 10
205
+ #
206
+ # uncomment below section only if you have more than one network interface
207
+ # which can be the source of outgoing search requests
208
+ #
209
+ # source_ips:
210
+ # - 1.1.1.1
211
+ # - 1.1.1.2
212
+ # - fe80::/126
213
+ # Plugin configuration, for more details see
214
+ # https://docs.searxng.org/admin/settings/settings_plugins.html
215
+ #
216
+ plugins:
217
+ searx.plugins.calculator.SXNGPlugin:
218
+ active: true
219
+ searx.plugins.infinite_scroll.SXNGPlugin:
220
+ active: false
221
+ searx.plugins.hash_plugin.SXNGPlugin:
222
+ active: true
223
+ searx.plugins.self_info.SXNGPlugin:
224
+ active: true
225
+ searx.plugins.unit_converter.SXNGPlugin:
226
+ active: true
227
+ searx.plugins.ahmia_filter.SXNGPlugin:
228
+ active: true
229
+ searx.plugins.hostnames.SXNGPlugin:
230
+ active: true
231
+ searx.plugins.time_zone.SXNGPlugin:
232
+ active: true
233
+ searx.plugins.oa_doi_rewrite.SXNGPlugin:
234
+ active: false
235
+ searx.plugins.tor_check.SXNGPlugin:
236
+ active: false
237
+ searx.plugins.tracker_url_remover.SXNGPlugin:
238
+ active: true
239
+ # Configuration of the "Hostnames plugin":
240
+ #
241
+ # hostnames:
242
+ # replace:
243
+ # '(.*\.)?youtube\.com$': 'yt.example.com'
244
+ # '(.*\.)?youtu\.be$': 'yt.example.com'
245
+ # '(.*\.)?reddit\.com$': 'teddit.example.com'
246
+ # '(.*\.)?redd\.it$': 'teddit.example.com'
247
+ # '(www\.)?twitter\.com$': 'nitter.example.com'
248
+ # remove:
249
+ # - '(.*\.)?facebook.com$'
250
+ # low_priority:
251
+ # - '(.*\.)?google(\..*)?$'
252
+ # high_priority:
253
+ # - '(.*\.)?wikipedia.org$'
254
+ #
255
+ # Alternatively you can use external files for configuring the "Hostnames plugin":
256
+ #
257
+ # hostnames:
258
+ # replace: 'rewrite-hosts.yml'
259
+ #
260
+ # Content of 'rewrite-hosts.yml' (place the file in the same directory as 'settings.yml'):
261
+ # '(.*\.)?youtube\.com$': 'yt.example.com'
262
+ # '(.*\.)?youtu\.be$': 'yt.example.com'
263
+ #
264
+ categories_as_tabs:
265
+ general:
266
+ images:
267
+ videos:
268
+ news:
269
+ map:
270
+ music:
271
+ it:
272
+ science:
273
+ files:
274
+ social media:
275
+ engines:
276
+ - name: 360search
277
+ engine: 360search
278
+ shortcut: 360so
279
+ timeout: 20.0
280
+ disabled: true
281
+ - name: 360search videos
282
+ engine: 360search_videos
283
+ shortcut: 360sov
284
+ disabled: true
285
+ - name: 500px
286
+ engine: 500px
287
+ shortcut: "500"
288
+ disabled: true
289
+ timeout: 5
290
+ - name: 9gag
291
+ engine: 9gag
292
+ shortcut: 9g
293
+ disabled: true
294
+ - name: acfun
295
+ engine: acfun
296
+ shortcut: acf
297
+ disabled: true
298
+ - name: adobe stock
299
+ engine: adobe_stock
300
+ shortcut: asi
301
+ categories: ["images"]
302
+ # https://docs.searxng.org/dev/engines/online/adobe_stock.html
303
+ adobe_order: relevance
304
+ adobe_content_types: ["photo", "illustration", "zip_vector", "template", "3d", "image"]
305
+ timeout: 6
306
+ disabled: true
307
+ - name: adobe stock video
308
+ engine: adobe_stock
309
+ shortcut: asv
310
+ network: adobe stock
311
+ categories: ["videos"]
312
+ adobe_order: relevance
313
+ adobe_content_types: ["video"]
314
+ timeout: 6
315
+ disabled: true
316
+ - name: adobe stock audio
317
+ engine: adobe_stock
318
+ shortcut: asa
319
+ network: adobe stock
320
+ categories: ["music"]
321
+ adobe_order: relevance
322
+ adobe_content_types: ["audio"]
323
+ timeout: 6
324
+ disabled: true
325
+ - name: astrophysics data system
326
+ engine: astrophysics_data_system
327
+ shortcut: ads
328
+ # read https://docs.searxng.org/dev/engines/online/astrophysics_data_system.html
329
+ api_key: ""
330
+ inactive: true
331
+ - name: alpine linux packages
332
+ engine: alpinelinux
333
+ disabled: true
334
+ shortcut: alp
335
+ - name: annas archive
336
+ engine: annas_archive
337
+ base_url:
338
+ - https://annas-archive.gl
339
+ - https://annas-archive.vg
340
+ - https://annas-archive.pk
341
+ - https://annas-archive.gd
342
+ disabled: true
343
+ shortcut: aa
344
+ timeout: 5
345
+ - name: ansa
346
+ engine: ansa
347
+ shortcut: ans
348
+ disabled: true
349
+ # - name: annas articles
350
+ # engine: annas_archive
351
+ # shortcut: aaa
352
+ # # https://docs.searxng.org/dev/engines/online/annas_archive.html
353
+ # aa_content: 'magazine' # book_fiction, book_unknown, book_nonfiction, book_comic
354
+ # aa_ext: 'pdf' # pdf, epub, ..
355
+ # aa_sort: oldest' # newest, oldest, largest, smallest
356
+ - name: apk mirror
357
+ engine: apkmirror
358
+ timeout: 4.0
359
+ shortcut: apkm
360
+ disabled: true
361
+ - name: apple app store
362
+ engine: apple_app_store
363
+ shortcut: aps
364
+ disabled: true
365
+ # Requires Tor
366
+ - name: ahmia
367
+ engine: ahmia
368
+ # Might do up to two requests to perform a search.
369
+ # Since Tor is already slow by nature, the timeout is set very high.
370
+ timeout: 20.0
371
+ categories: onions
372
+ enable_http: true
373
+ shortcut: ah
374
+ disabled: true
375
+ - name: anaconda
376
+ engine: xpath
377
+ paging: true
378
+ first_page_num: 0
379
+ search_url: https://anaconda.org/search?q={query}&page={pageno}
380
+ results_xpath: //tbody/tr
381
+ url_xpath: ./td/h5/a[last()]/@href
382
+ title_xpath: ./td/h5
383
+ content_xpath: ./td[h5]/text()
384
+ categories: it
385
+ timeout: 6.0
386
+ shortcut: conda
387
+ disabled: true
388
+ - name: aol
389
+ engine: aol
390
+ search_type: search
391
+ categories: [general]
392
+ shortcut: aol
393
+ disabled: true
394
+ - name: aol images
395
+ engine: aol
396
+ search_type: image
397
+ categories: [images]
398
+ shortcut: aoli
399
+ disabled: true
400
+ - name: aol videos
401
+ engine: aol
402
+ search_type: video
403
+ categories: [videos]
404
+ shortcut: aolv
405
+ disabled: true
406
+ - name: arch linux wiki
407
+ engine: archlinux
408
+ shortcut: al
409
+ - name: nixos wiki
410
+ engine: mediawiki
411
+ shortcut: nixw
412
+ base_url: https://wiki.nixos.org/
413
+ search_type: text
414
+ disabled: true
415
+ categories: [it, software wikis]
416
+ - name: artic
417
+ engine: artic
418
+ shortcut: arc
419
+ timeout: 4.0
420
+ - name: artstation
421
+ engine: artstation
422
+ shortcut: as
423
+ categories: images
424
+ disabled: true
425
+ - name: arxiv
426
+ engine: arxiv
427
+ shortcut: arx
428
+ - name: azure
429
+ engine: azure
430
+ shortcut: az
431
+ categories: [it, cloud]
432
+ # azure_tenant_id: "your_tenant_id"
433
+ # azure_client_id: "your_client_id"
434
+ # azure_client_secret: "your_client_secret"
435
+ inactive: true
436
+ # tmp suspended: dh key too small
437
+ # - name: base
438
+ # engine: base
439
+ # shortcut: bs
440
+ - name: bandcamp
441
+ engine: bandcamp
442
+ shortcut: bc
443
+ categories: music
444
+ - name: baidu
445
+ baidu_category: general
446
+ categories: [general]
447
+ engine: baidu
448
+ shortcut: bd
449
+ disabled: true
450
+ - name: baidu images
451
+ baidu_category: images
452
+ categories: [images]
453
+ engine: baidu
454
+ shortcut: bdi
455
+ disabled: true
456
+ - name: baidu kaifa
457
+ baidu_category: it
458
+ categories: [it]
459
+ engine: baidu
460
+ shortcut: bdk
461
+ disabled: true
462
+ - name: wikipedia
463
+ engine: wikipedia
464
+ shortcut: wp
465
+ # add "list" to the array to get results in the results list
466
+ display_type: ["infobox"]
467
+ categories: [general]
468
+ - name: bilibili
469
+ engine: bilibili
470
+ shortcut: bil
471
+ disabled: true
472
+ - name: bing
473
+ engine: bing
474
+ shortcut: bi
475
+ disabled: true
476
+ # base_url: https://cn.bing.com # for instances hosted in China
477
+ - name: bing images
478
+ engine: bing_images
479
+ shortcut: bii
480
+ # base_url: https://cn.bing.com # for instances hosted in China
481
+ - name: bing news
482
+ engine: bing_news
483
+ shortcut: bin
484
+ # base_url: https://cn.bing.com # for instances hosted in China
485
+ - name: bing videos
486
+ engine: bing_videos
487
+ shortcut: biv
488
+ # base_url: https://cn.bing.com # for instances hosted in China
489
+ - name: bitchute
490
+ engine: bitchute
491
+ shortcut: bit
492
+ disabled: true
493
+ - name: bitbucket
494
+ engine: xpath
495
+ paging: true
496
+ search_url: https://bitbucket.org/repo/all/{pageno}?name={query}
497
+ url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@href
498
+ title_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]
499
+ content_xpath: //article[@class="repo-summary"]/p
500
+ categories: [it, repos]
501
+ timeout: 4.0
502
+ disabled: true
503
+ shortcut: bb
504
+ about:
505
+ website: https://bitbucket.org/
506
+ wikidata_id: Q2493781
507
+ official_api_documentation: https://developer.atlassian.com/bitbucket
508
+ use_official_api: false
509
+ require_api_key: false
510
+ results: HTML
511
+ - name: boardreader
512
+ engine: boardreader
513
+ shortcut: boa
514
+ disabled: true
515
+ - name: bpb
516
+ engine: bpb
517
+ shortcut: bpb
518
+ disabled: true
519
+ - name: btdigg
520
+ engine: btdigg
521
+ shortcut: bt
522
+ disabled: true
523
+ - name: openverse
524
+ engine: openverse
525
+ categories: images
526
+ shortcut: opv
527
+ - name: media.ccc.de
528
+ engine: ccc_media
529
+ shortcut: c3tv
530
+ # We don't set language: de here because media.ccc.de is not just
531
+ # for a German audience. It contains many English videos and many
532
+ # German videos have English subtitles.
533
+ disabled: true
534
+ - name: cachy os packages
535
+ engine: cachy_os
536
+ shortcut: cos
537
+ disabled: true
538
+ - name: cara
539
+ engine: cara
540
+ shortcut: ca
541
+ disabled: true
542
+ - name: chefkoch
543
+ engine: chefkoch
544
+ shortcut: chef
545
+ # to show premium or plus results too:
546
+ # skip_premium: false
547
+ # WARNING: links from chinaso.com voilate users privacy
548
+ # Before activate these engines its mandatory to read
549
+ # - https://github.com/searxng/searxng/issues/4694
550
+ # - https://docs.searxng.org/dev/engines/online/chinaso.html
551
+ - name: chinaso news
552
+ engine: chinaso
553
+ shortcut: chinaso
554
+ categories: [news]
555
+ chinaso_category: news
556
+ chinaso_news_source: all
557
+ disabled: true
558
+ inactive: true
559
+ - name: chinaso images
560
+ engine: chinaso
561
+ network: chinaso news
562
+ shortcut: chinasoi
563
+ categories: [images]
564
+ chinaso_category: images
565
+ disabled: true
566
+ inactive: true
567
+ - name: chinaso videos
568
+ engine: chinaso
569
+ network: chinaso news
570
+ shortcut: chinasov
571
+ categories: [videos]
572
+ chinaso_category: videos
573
+ disabled: true
574
+ inactive: true
575
+ - name: cloudflareai
576
+ engine: cloudflareai
577
+ shortcut: cfai
578
+ # get api token and accont id from https://developers.cloudflare.com/workers-ai/get-started/rest-api/
579
+ cf_account_id: 'your_cf_accout_id'
580
+ cf_ai_api: 'your_cf_api'
581
+ # create your ai gateway by https://developers.cloudflare.com/ai-gateway/get-started/creating-gateway/
582
+ cf_ai_gateway: 'your_cf_ai_gateway_name'
583
+ # find the model name from https://developers.cloudflare.com/workers-ai/models/#text-generation
584
+ cf_ai_model: 'ai_model_name'
585
+ # custom your preferences
586
+ # cf_ai_model_display_name: 'Cloudflare AI'
587
+ # cf_ai_model_assistant: 'prompts_for_assistant_role'
588
+ # cf_ai_model_system: 'prompts_for_system_role'
589
+ timeout: 30
590
+ inactive: true
591
+ - name: core.ac.uk
592
+ engine: core
593
+ shortcut: cor
594
+ # read https://docs.searxng.org/dev/engines/online/core.html
595
+ api_key: ""
596
+ inactive: true
597
+ - name: crossref
598
+ engine: crossref
599
+ shortcut: cr
600
+ timeout: 30
601
+ disabled: true
602
+ - name: crowdview
603
+ engine: json_engine
604
+ shortcut: cv
605
+ categories: general
606
+ paging: false
607
+ search_url: https://crowdview-next-js.onrender.com/api/search-v3?query={query}
608
+ results_query: results
609
+ url_query: link
610
+ title_query: title
611
+ content_query: snippet
612
+ title_html_to_text: true
613
+ content_html_to_text: true
614
+ disabled: true
615
+ about:
616
+ website: https://crowdview.ai/
617
+ - name: yep
618
+ engine: yep
619
+ shortcut: yep
620
+ categories: general
621
+ disabled: true
622
+ - name: currency
623
+ engine: currency_convert
624
+ shortcut: cc
625
+ - name: deezer
626
+ engine: deezer
627
+ shortcut: dz
628
+ disabled: true
629
+ - name: destatis
630
+ engine: destatis
631
+ shortcut: destat
632
+ disabled: true
633
+ - name: deviantart
634
+ engine: deviantart
635
+ shortcut: da
636
+ timeout: 3.0
637
+ - name: devicons
638
+ engine: devicons
639
+ shortcut: di
640
+ timeout: 3.0
641
+ - name: ddg definitions
642
+ engine: duckduckgo_definitions
643
+ shortcut: ddd
644
+ weight: 2
645
+ disabled: true
646
+ # cloudflare protected
647
+ # - name: digbt
648
+ # engine: digbt
649
+ # shortcut: dbt
650
+ # timeout: 6.0
651
+ # disabled: true
652
+ - name: docker hub
653
+ engine: docker_hub
654
+ shortcut: dh
655
+ categories: [it, packages]
656
+ - name: encyclosearch
657
+ engine: json_engine
658
+ shortcut: es
659
+ categories: general
660
+ paging: true
661
+ search_url: https://encyclosearch.org/encyclosphere/search?q={query}&page={pageno}&resultsPerPage=15
662
+ results_query: Results
663
+ url_query: SourceURL
664
+ title_query: Title
665
+ content_query: Description
666
+ disabled: true
667
+ about:
668
+ website: https://encyclosearch.org
669
+ official_api_documentation: https://encyclosearch.org/docs/#/rest-api
670
+ use_official_api: true
671
+ require_api_key: false
672
+ results: JSON
673
+ - name: erowid
674
+ engine: xpath
675
+ paging: true
676
+ first_page_num: 0
677
+ page_size: 30
678
+ search_url: https://www.erowid.org/search.php?q={query}&s={pageno}
679
+ url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
680
+ title_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
681
+ content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]
682
+ categories: []
683
+ shortcut: ew
684
+ disabled: true
685
+ about:
686
+ website: https://www.erowid.org/
687
+ wikidata_id: Q1430691
688
+ official_api_documentation:
689
+ use_official_api: false
690
+ require_api_key: false
691
+ results: HTML
692
+ - name: elasticsearch
693
+ shortcut: els
694
+ engine: elasticsearch
695
+ # base_url: http://localhost:9200
696
+ # username: elastic
697
+ # password: changeme
698
+ # index: my-index
699
+ # enable_http: true
700
+ # available options: match, simple_query_string, term, terms, custom
701
+ query_type: match
702
+ # if query_type is set to custom, provide your query here
703
+ # custom_query_json: {"query":{"match_all": {}}}
704
+ # show_metadata: false
705
+ inactive: true
706
+ - name: wikidata
707
+ engine: wikidata
708
+ shortcut: wd
709
+ timeout: 3.0
710
+ weight: 2
711
+ # add "list" to the array to get results in the results list
712
+ display_type: ["infobox"]
713
+ categories: [general]
714
+ - name: duckduckgo
715
+ engine: duckduckgo
716
+ shortcut: ddg
717
+ disabled: true
718
+ - name: duckduckgo images
719
+ engine: duckduckgo_extra
720
+ categories: [images]
721
+ ddg_category: images
722
+ shortcut: ddi
723
+ disabled: true
724
+ - name: duckduckgo videos
725
+ engine: duckduckgo_extra
726
+ categories: [videos]
727
+ ddg_category: videos
728
+ shortcut: ddv
729
+ - name: duckduckgo news
730
+ engine: duckduckgo_extra
731
+ categories: [news]
732
+ ddg_category: news
733
+ shortcut: ddn
734
+ - name: duckduckgo weather
735
+ engine: duckduckgo_weather
736
+ shortcut: ddw
737
+ disabled: true
738
+ - name: apple maps
739
+ engine: apple_maps
740
+ shortcut: apm
741
+ disabled: true
742
+ timeout: 5.0
743
+ - name: emojipedia
744
+ engine: emojipedia
745
+ timeout: 4.0
746
+ shortcut: em
747
+ disabled: true
748
+ - name: tineye
749
+ engine: tineye
750
+ shortcut: tin
751
+ timeout: 9.0
752
+ disabled: true
753
+ - name: etymonline
754
+ engine: xpath
755
+ paging: true
756
+ search_url: https://etymonline.com/search?page={pageno}&q={query}
757
+ url_xpath: //a[contains(@class, "word__name--")]/@href
758
+ title_xpath: //a[contains(@class, "word__name--")]
759
+ content_xpath: //section[contains(@class, "word__defination")]
760
+ first_page_num: 1
761
+ shortcut: et
762
+ categories: [dictionaries]
763
+ about:
764
+ website: https://www.etymonline.com/
765
+ wikidata_id: Q1188617
766
+ official_api_documentation:
767
+ use_official_api: false
768
+ require_api_key: false
769
+ results: HTML
770
+ - name: ebay
771
+ engine: ebay
772
+ shortcut: eb
773
+ base_url: 'https://www.ebay.com'
774
+ inactive: true
775
+ timeout: 5
776
+ - name: 1x
777
+ engine: www1x
778
+ shortcut: 1x
779
+ timeout: 3.0
780
+ disabled: true
781
+ - name: fdroid
782
+ engine: fdroid
783
+ shortcut: fd
784
+ disabled: true
785
+ - name: findthatmeme
786
+ engine: findthatmeme
787
+ shortcut: ftm
788
+ disabled: true
789
+ - name: flaticon
790
+ engine: flaticon
791
+ shortcut: fli
792
+ disabled: true
793
+ - name: flickr
794
+ categories: images
795
+ shortcut: fl
796
+ engine: flickr_noapi
797
+ - name: flickr_api
798
+ # You can use the engine using the official stable API, but you need an API
799
+ # key, see: https://www.flickr.com/services/apps/create/
800
+ engine: flickr
801
+ categories: images
802
+ shortcut: fla
803
+ # api_key: 'apikey' # required!
804
+ inactive: true
805
+ - name: free software directory
806
+ engine: mediawiki
807
+ shortcut: fsd
808
+ categories: [it, software wikis]
809
+ base_url: https://directory.fsf.org/
810
+ search_type: title
811
+ timeout: 5.0
812
+ disabled: true
813
+ about:
814
+ website: https://directory.fsf.org/
815
+ wikidata_id: Q2470288
816
+ - name: freesound
817
+ engine: freesound
818
+ shortcut: fnd
819
+ timeout: 15.0
820
+ # API key required, see: https://freesound.org/docs/api/overview.html
821
+ # api_key: MyAPIkey
822
+ inactive: true
823
+ - name: frinkiac
824
+ engine: frinkiac
825
+ shortcut: frk
826
+ disabled: true
827
+ - name: fynd
828
+ engine: xpath
829
+ search_url: https://fynd.bot/?search={query}&offset={pageno}{safe_search}
830
+ safesearch: true
831
+ safe_search_map:
832
+ 0: '&safe=0'
833
+ 1: '&safe=1'
834
+ 2: '&safe=1'
835
+ results_xpath: //div[contains(@class, "result-item")]
836
+ url_xpath: .//a/@href
837
+ title_xpath: .//div[contains(@class, "title-line")]
838
+ content_xpath: .//div[contains(@class, "description")]
839
+ thumbnail_xpath: .//img[contains(@class, "preview-img")]/@src
840
+ paging: true
841
+ first_page_num: 0
842
+ page_size: 10
843
+ categories: general
844
+ disabled: true
845
+ shortcut: fynd
846
+ about:
847
+ website: https://fynd.bot
848
+ use_official_api: false
849
+ require_api_key: false
850
+ results: HTML
851
+ - name: fyyd
852
+ engine: fyyd
853
+ shortcut: fy
854
+ timeout: 8.0
855
+ disabled: true
856
+ - name: geizhals
857
+ engine: geizhals
858
+ shortcut: geiz
859
+ disabled: true
860
+ - name: genius
861
+ engine: genius
862
+ shortcut: gen
863
+ - name: gentoo
864
+ engine: mediawiki
865
+ shortcut: ge
866
+ categories: ["it", "software wikis"]
867
+ base_url: "https://wiki.gentoo.org/"
868
+ api_path: "api.php"
869
+ search_type: text
870
+ timeout: 10
871
+ - name: gitlab
872
+ engine: gitlab
873
+ base_url: https://gitlab.com
874
+ shortcut: gl
875
+ disabled: true
876
+ about:
877
+ website: https://gitlab.com/
878
+ wikidata_id: Q16639197
879
+ # - name: gnome
880
+ # engine: gitlab
881
+ # base_url: https://gitlab.gnome.org
882
+ # shortcut: gn
883
+ # about:
884
+ # website: https://gitlab.gnome.org
885
+ # wikidata_id: Q44316
886
+ - name: github
887
+ engine: github
888
+ shortcut: gh
889
+ - name: github code
890
+ engine: github_code
891
+ shortcut: ghc
892
+ inactive: true
893
+ ghc_auth:
894
+ # type is one of:
895
+ # * none
896
+ # * personal_access_token
897
+ # * bearer
898
+ # When none is passed, the token is not requried.
899
+ type: "none"
900
+ token: "token"
901
+ # specify whether to highlight the matching lines to the query
902
+ ghc_highlight_matching_lines: true
903
+ ghc_strip_new_lines: true
904
+ ghc_strip_whitespace: false
905
+ timeout: 10.0
906
+ - name: codeberg
907
+ # https://docs.searxng.org/dev/engines/online/gitea.html
908
+ engine: gitea
909
+ base_url: https://codeberg.org
910
+ shortcut: cb
911
+ disabled: true
912
+ - name: gitea.com
913
+ engine: gitea
914
+ base_url: https://gitea.com
915
+ shortcut: gitea
916
+ disabled: true
917
+ - name: gmx
918
+ engine: gmx
919
+ shortcut: gmx
920
+ disabled: true
921
+ - name: goodreads
922
+ engine: goodreads
923
+ shortcut: good
924
+ timeout: 4.0
925
+ disabled: true
926
+ - name: google
927
+ engine: google
928
+ shortcut: go
929
+ - name: google images
930
+ engine: google_images
931
+ shortcut: goi
932
+ disabled: true
933
+ - name: google news
934
+ engine: google_news
935
+ shortcut: gon
936
+ - name: google videos
937
+ engine: google_videos
938
+ shortcut: gov
939
+ - name: google scholar
940
+ engine: google_scholar
941
+ shortcut: gos
942
+ - name: google play apps
943
+ engine: google_play
944
+ categories: [files, apps]
945
+ shortcut: gpa
946
+ play_categ: apps
947
+ disabled: true
948
+ - name: google play movies
949
+ engine: google_play
950
+ categories: videos
951
+ shortcut: gpm
952
+ play_categ: movies
953
+ disabled: true
954
+ - name: grokipedia
955
+ engine: grokipedia
956
+ shortcut: gp
957
+ disabled: true
958
+ inactive: true
959
+ - name: material icons
960
+ engine: material_icons
961
+ shortcut: mi
962
+ disabled: true
963
+ - name: habrahabr
964
+ engine: xpath
965
+ paging: true
966
+ search_url: https://habr.com/en/search/page{pageno}/?q={query}
967
+ results_xpath: //article[contains(@class, "tm-articles-list__item")]
968
+ url_xpath: .//a[@class="tm-title__link"]/@href
969
+ title_xpath: .//a[@class="tm-title__link"]
970
+ content_xpath: .//div[contains(@class, "article-formatted-body")]
971
+ categories: it
972
+ timeout: 4.0
973
+ disabled: true
974
+ shortcut: habr
975
+ about:
976
+ website: https://habr.com/
977
+ wikidata_id: Q4494434
978
+ official_api_documentation: https://habr.com/en/docs/help/api/
979
+ use_official_api: false
980
+ require_api_key: false
981
+ results: HTML
982
+ - name: hackernews
983
+ engine: hackernews
984
+ shortcut: hn
985
+ disabled: true
986
+ - name: hex
987
+ engine: hex
988
+ shortcut: hex
989
+ disabled: true
990
+ # Valid values: name inserted_at updated_at total_downloads recent_downloads
991
+ sort_criteria: "recent_downloads"
992
+ page_size: 10
993
+ - name: crates.io
994
+ engine: crates
995
+ shortcut: crates
996
+ disabled: true
997
+ timeout: 6.0
998
+ - name: hoogle
999
+ engine: xpath
1000
+ search_url: https://hoogle.haskell.org/?hoogle={query}
1001
+ results_xpath: '//div[@class="result"]'
1002
+ title_xpath: './/div[@class="ans"]//a'
1003
+ url_xpath: './/div[@class="ans"]//a/@href'
1004
+ content_xpath: './/div[@class="from"]'
1005
+ page_size: 20
1006
+ categories: [it, packages]
1007
+ shortcut: ho
1008
+ about:
1009
+ website: https://hoogle.haskell.org/
1010
+ wikidata_id: Q34010
1011
+ official_api_documentation: https://hackage.haskell.org/api
1012
+ use_official_api: false
1013
+ require_api_key: false
1014
+ results: JSON
1015
+ - name: il post
1016
+ engine: il_post
1017
+ shortcut: pst
1018
+ disabled: true
1019
+ - name: huggingface
1020
+ engine: huggingface
1021
+ shortcut: hf
1022
+ disabled: true
1023
+ - name: huggingface datasets
1024
+ huggingface_endpoint: datasets
1025
+ engine: huggingface
1026
+ shortcut: hfd
1027
+ disabled: true
1028
+ - name: huggingface spaces
1029
+ huggingface_endpoint: spaces
1030
+ engine: huggingface
1031
+ shortcut: hfs
1032
+ disabled: true
1033
+ - name: imdb
1034
+ engine: imdb
1035
+ shortcut: imdb
1036
+ timeout: 6.0
1037
+ disabled: true
1038
+ - name: imgur
1039
+ engine: imgur
1040
+ shortcut: img
1041
+ disabled: true
1042
+ - name: ina
1043
+ engine: ina
1044
+ shortcut: in
1045
+ timeout: 6.0
1046
+ disabled: true
1047
+ # - name: invidious
1048
+ # engine: invidious
1049
+ # # if you want to use invidious with SearXNG you should setup one locally
1050
+ # # https://github.com/searxng/searxng/issues/2722#issuecomment-2884993248
1051
+ # base_url:
1052
+ # - https://invidious.example1.com
1053
+ # - https://invidious.example2.com
1054
+ # shortcut: iv
1055
+ # timeout: 3.0
1056
+ - name: ipernity
1057
+ engine: ipernity
1058
+ shortcut: ip
1059
+ disabled: true
1060
+ - name: iqiyi
1061
+ engine: iqiyi
1062
+ shortcut: iq
1063
+ disabled: true
1064
+ - name: jisho
1065
+ engine: jisho
1066
+ shortcut: js
1067
+ timeout: 3.0
1068
+ disabled: true
1069
+ - name: karmasearch
1070
+ engine: karmasearch
1071
+ categories: [general, web]
1072
+ search_type: web
1073
+ shortcut: ka
1074
+ inactive: true
1075
+ - name: karmasearch images
1076
+ engine: karmasearch
1077
+ categories: [images, web]
1078
+ search_type: images
1079
+ shortcut: kai
1080
+ paging: false
1081
+ inactive: true
1082
+ - name: karmasearch videos
1083
+ engine: karmasearch
1084
+ categories: [videos, web]
1085
+ search_type: videos
1086
+ shortcut: kav
1087
+ inactive: true
1088
+ - name: karmasearch news
1089
+ engine: karmasearch
1090
+ categories: [news, web]
1091
+ search_type: news
1092
+ shortcut: kan
1093
+ inactive: true
1094
+ - name: kickass
1095
+ engine: kickass
1096
+ base_url:
1097
+ - https://kickasstorrents.to
1098
+ - https://kickasstorrents.cr
1099
+ - https://kickasstorrent.cr
1100
+ - https://kickass.sx
1101
+ - https://kat.am
1102
+ shortcut: kc
1103
+ timeout: 4.0
1104
+ disabled: true
1105
+ - name: lemmy communities
1106
+ engine: lemmy
1107
+ lemmy_type: Communities
1108
+ shortcut: leco
1109
+ - name: lemmy users
1110
+ engine: lemmy
1111
+ network: lemmy communities
1112
+ lemmy_type: Users
1113
+ shortcut: leus
1114
+ - name: lemmy posts
1115
+ engine: lemmy
1116
+ network: lemmy communities
1117
+ lemmy_type: Posts
1118
+ shortcut: lepo
1119
+ - name: lemmy comments
1120
+ engine: lemmy
1121
+ network: lemmy communities
1122
+ lemmy_type: Comments
1123
+ shortcut: lecom
1124
+ - name: library genesis
1125
+ engine: xpath
1126
+ # search_url: https://libgen.is/search.php?req={query}
1127
+ search_url: https://libgen.rs/search.php?req={query}
1128
+ url_xpath: //a[contains(@href,"book/index.php?md5")]/@href
1129
+ title_xpath: //a[contains(@href,"book/")]/text()[1]
1130
+ content_xpath: //td/a[1][contains(@href,"=author")]/text()
1131
+ categories: files
1132
+ timeout: 7.0
1133
+ disabled: true
1134
+ shortcut: lg
1135
+ about:
1136
+ website: https://libgen.fun/
1137
+ wikidata_id: Q22017206
1138
+ official_api_documentation:
1139
+ use_official_api: false
1140
+ require_api_key: false
1141
+ results: HTML
1142
+ - name: z-library
1143
+ engine: zlibrary
1144
+ shortcut: zlib
1145
+ timeout: 7.0
1146
+ disabled: true
1147
+ # https://github.com/searxng/searxng/issues/3610
1148
+ inactive: true
1149
+ - name: library of congress
1150
+ engine: loc
1151
+ shortcut: loc
1152
+ categories: images
1153
+ disabled: true
1154
+ - name: libretranslate
1155
+ engine: libretranslate
1156
+ # https://github.com/LibreTranslate/LibreTranslate?tab=readme-ov-file#mirrors
1157
+ base_url:
1158
+ - https://libretranslate.com/translate
1159
+ # api_key: ''
1160
+ shortcut: lt
1161
+ inactive: true
1162
+ - name: lingva
1163
+ engine: lingva
1164
+ shortcut: lv
1165
+ timeout: 6.0
1166
+ # set lingva instance in url, by default it will use the official instance
1167
+ # url: https://lingva.ml
1168
+ - name: lobste.rs
1169
+ engine: xpath
1170
+ search_url: https://lobste.rs/search?q={query}&what=stories&order=relevance
1171
+ results_xpath: //li[contains(@class, "story")]
1172
+ url_xpath: .//a[@class="u-url"]/@href
1173
+ title_xpath: .//a[@class="u-url"]
1174
+ content_xpath: .//a[@class="domain"]
1175
+ categories: it
1176
+ shortcut: lo
1177
+ timeout: 5.0
1178
+ disabled: true
1179
+ about:
1180
+ website: https://lobste.rs/
1181
+ wikidata_id: Q60762874
1182
+ official_api_documentation:
1183
+ use_official_api: false
1184
+ require_api_key: false
1185
+ results: HTML
1186
+ - name: lucide
1187
+ engine: lucide
1188
+ shortcut: luc
1189
+ timeout: 3.0
1190
+ - name: marginalia
1191
+ engine: marginalia
1192
+ shortcut: mar
1193
+ # To get an API key, please follow the instructions at
1194
+ # - https://about.marginalia-search.com/article/api/
1195
+ # api_key: ''
1196
+ disabled: true
1197
+ inactive: true
1198
+ - name: mastodon users
1199
+ engine: mastodon
1200
+ mastodon_type: accounts
1201
+ base_url: https://mastodon.social
1202
+ shortcut: mau
1203
+ - name: mastodon hashtags
1204
+ engine: mastodon
1205
+ mastodon_type: hashtags
1206
+ base_url: https://mastodon.social
1207
+ shortcut: mah
1208
+ # - name: matrixrooms
1209
+ # engine: mrs
1210
+ # # https://docs.searxng.org/dev/engines/online/mrs.html
1211
+ # # base_url: https://mrs-api-host
1212
+ # shortcut: mtrx
1213
+ # disabled: true
1214
+ - name: mdn
1215
+ shortcut: mdn
1216
+ engine: json_engine
1217
+ categories: [it]
1218
+ paging: true
1219
+ search_url: https://developer.mozilla.org/api/v1/search?q={query}&page={pageno}
1220
+ results_query: documents
1221
+ url_query: mdn_url
1222
+ url_prefix: https://developer.mozilla.org
1223
+ title_query: title
1224
+ content_query: summary
1225
+ about:
1226
+ website: https://developer.mozilla.org
1227
+ wikidata_id: Q3273508
1228
+ official_api_documentation: null
1229
+ use_official_api: false
1230
+ require_api_key: false
1231
+ results: JSON
1232
+ - name: metacpan
1233
+ engine: metacpan
1234
+ shortcut: cpan
1235
+ disabled: true
1236
+ # https://docs.searxng.org/dev/engines/offline/search-indexer-engines.html#module-searx.engines.meilisearch
1237
+ # - name: meilisearch
1238
+ # engine: meilisearch
1239
+ # shortcut: mes
1240
+ # enable_http: true
1241
+ # base_url: http://localhost:7700
1242
+ # index: my-index
1243
+ # auth_key: Bearer XXXX
1244
+ - name: microsoft learn
1245
+ engine: microsoft_learn
1246
+ shortcut: msl
1247
+ disabled: true
1248
+ - name: mixcloud
1249
+ engine: mixcloud
1250
+ shortcut: mc
1251
+ disabled: true
1252
+ # MongoDB engine
1253
+ # Required dependency: pymongo
1254
+ # - name: mymongo
1255
+ # engine: mongodb
1256
+ # shortcut: md
1257
+ # exact_match_only: false
1258
+ # host: '127.0.0.1'
1259
+ # port: 27017
1260
+ # enable_http: true
1261
+ # results_per_page: 20
1262
+ # database: 'business'
1263
+ # collection: 'reviews' # name of the db collection
1264
+ # key: 'name' # key in the collection to search for
1265
+ - name: mozhi
1266
+ engine: mozhi
1267
+ base_url:
1268
+ - https://mozhi.aryak.me
1269
+ - https://translate.bus-hit.me
1270
+ - https://nyc1.mz.ggtyler.dev
1271
+ # mozhi_engine: google - see https://mozhi.aryak.me for supported engines
1272
+ timeout: 4.0
1273
+ shortcut: mz
1274
+ disabled: true
1275
+ - name: mwmbl
1276
+ engine: mwmbl
1277
+ # api_url: https://api.mwmbl.org
1278
+ shortcut: mwm
1279
+ disabled: true
1280
+ - name: niconico
1281
+ engine: niconico
1282
+ shortcut: nico
1283
+ disabled: true
1284
+ - name: npm
1285
+ engine: npm
1286
+ shortcut: npm
1287
+ timeout: 5.0
1288
+ disabled: true
1289
+ - name: nyaa
1290
+ engine: nyaa
1291
+ shortcut: nt
1292
+ disabled: true
1293
+ - name: mankier
1294
+ engine: json_engine
1295
+ search_url: https://www.mankier.com/api/v2/mans/?q={query}
1296
+ results_query: results
1297
+ url_query: url
1298
+ title_query: name
1299
+ content_query: description
1300
+ categories: it
1301
+ shortcut: man
1302
+ about:
1303
+ website: https://www.mankier.com/
1304
+ official_api_documentation: https://www.mankier.com/api
1305
+ use_official_api: true
1306
+ require_api_key: false
1307
+ results: JSON
1308
+ - name: odysee
1309
+ engine: odysee
1310
+ shortcut: od
1311
+ disabled: true
1312
+ - name: ollama
1313
+ engine: ollama
1314
+ shortcut: ollama
1315
+ disabled: true
1316
+ - name: openairedatasets
1317
+ engine: json_engine
1318
+ paging: true
1319
+ search_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
1320
+ results_query: response/results/result
1321
+ url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
1322
+ title_query: metadata/oaf:entity/oaf:result/title/$
1323
+ content_query: metadata/oaf:entity/oaf:result/description/$
1324
+ content_html_to_text: true
1325
+ categories: "science"
1326
+ shortcut: oad
1327
+ timeout: 5.0
1328
+ about:
1329
+ website: https://www.openaire.eu/
1330
+ wikidata_id: Q25106053
1331
+ official_api_documentation: https://api.openaire.eu/
1332
+ use_official_api: false
1333
+ require_api_key: false
1334
+ results: JSON
1335
+ - name: openairepublications
1336
+ engine: json_engine
1337
+ paging: true
1338
+ search_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
1339
+ results_query: response/results/result
1340
+ url_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
1341
+ title_query: metadata/oaf:entity/oaf:result/title/$
1342
+ content_query: metadata/oaf:entity/oaf:result/description/$
1343
+ content_html_to_text: true
1344
+ categories: science
1345
+ shortcut: oap
1346
+ timeout: 5.0
1347
+ about:
1348
+ website: https://www.openaire.eu/
1349
+ wikidata_id: Q25106053
1350
+ official_api_documentation: https://api.openaire.eu/
1351
+ use_official_api: false
1352
+ require_api_key: false
1353
+ results: JSON
1354
+ - name: openalex
1355
+ engine: openalex
1356
+ shortcut: oa
1357
+ # https://docs.searxng.org/dev/engines/online/openalex.html
1358
+ # Recommended by OpenAlex: join the polite pool with an email address
1359
+ # mailto: "[email protected]"
1360
+ timeout: 5.0
1361
+ disabled: true
1362
+ - name: openclipart
1363
+ engine: openclipart
1364
+ shortcut: ocl
1365
+ inactive: true
1366
+ disabled: true
1367
+ timeout: 30
1368
+ - name: openlibrary
1369
+ engine: openlibrary
1370
+ shortcut: ol
1371
+ timeout: 10
1372
+ disabled: true
1373
+ - name: openmeteo
1374
+ engine: open_meteo
1375
+ shortcut: om
1376
+ disabled: true
1377
+ # - name: opensemanticsearch
1378
+ # engine: opensemantic
1379
+ # shortcut: oss
1380
+ # base_url: 'http://localhost:8983/solr/opensemanticsearch/'
1381
+ - name: openstreetmap
1382
+ engine: openstreetmap
1383
+ shortcut: osm
1384
+ - name: openrepos
1385
+ engine: xpath
1386
+ paging: true
1387
+ search_url: https://openrepos.net/search/node/{query}?page={pageno}
1388
+ url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@href
1389
+ title_xpath: //li[@class="search-result"]//h3[@class="title"]/a
1390
+ content_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
1391
+ categories: files
1392
+ timeout: 4.0
1393
+ disabled: true
1394
+ shortcut: or
1395
+ about:
1396
+ website: https://openrepos.net/
1397
+ wikidata_id:
1398
+ official_api_documentation:
1399
+ use_official_api: false
1400
+ require_api_key: false
1401
+ results: HTML
1402
+ - name: packagist
1403
+ engine: json_engine
1404
+ paging: true
1405
+ search_url: https://packagist.org/search.json?q={query}&page={pageno}
1406
+ results_query: results
1407
+ url_query: url
1408
+ title_query: name
1409
+ content_query: description
1410
+ categories: [it, packages]
1411
+ disabled: true
1412
+ timeout: 5.0
1413
+ shortcut: pack
1414
+ about:
1415
+ website: https://packagist.org
1416
+ wikidata_id: Q108311377
1417
+ official_api_documentation: https://packagist.org/apidoc
1418
+ use_official_api: true
1419
+ require_api_key: false
1420
+ results: JSON
1421
+ - name: pdbe
1422
+ engine: pdbe
1423
+ shortcut: pdb
1424
+ # Hide obsolete PDB entries. Default is not to hide obsolete structures
1425
+ # hide_obsolete: false
1426
+ - name: pexels
1427
+ engine: pexels
1428
+ shortcut: pe
1429
+ disabled: true
1430
+ - name: photon
1431
+ engine: photon
1432
+ shortcut: ph
1433
+ - name: pinterest
1434
+ engine: pinterest
1435
+ shortcut: pin
1436
+ - name: piped
1437
+ engine: piped
1438
+ shortcut: ppd
1439
+ categories: videos
1440
+ piped_filter: videos
1441
+ timeout: 3.0
1442
+ inactive: true
1443
+ # URL to use as link and for embeds
1444
+ frontend_url: https://srv.piped.video
1445
+ # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/
1446
+ backend_url:
1447
+ - https://pipedapi.ducks.party
1448
+ - https://api.piped.private.coffee
1449
+ - name: piped.music
1450
+ engine: piped
1451
+ network: piped
1452
+ shortcut: ppdm
1453
+ categories: music
1454
+ piped_filter: music_songs
1455
+ timeout: 3.0
1456
+ inactive: true
1457
+ - name: piratebay
1458
+ engine: piratebay
1459
+ shortcut: tpb
1460
+ # You may need to change this URL to a proxy if piratebay is blocked in your
1461
+ # country
1462
+ url: https://thepiratebay.org/
1463
+ timeout: 3.0
1464
+ - name: pixabay images
1465
+ engine: pixabay
1466
+ pixabay_type: images
1467
+ categories: images
1468
+ shortcut: pixi
1469
+ disabled: true
1470
+ - name: pixabay videos
1471
+ engine: pixabay
1472
+ pixabay_type: videos
1473
+ categories: videos
1474
+ shortcut: pixv
1475
+ disabled: true
1476
+ - name: pixiv
1477
+ shortcut: pv
1478
+ engine: pixiv
1479
+ disabled: true
1480
+ inactive: true
1481
+ remove_ai_images: false
1482
+ pixiv_image_proxies:
1483
+ - https://pximg.example.org
1484
+ # A proxy is required to load the images. Hosting an image proxy server
1485
+ # for Pixiv:
1486
+ # --> https://pixivfe-docs.pages.dev/hosting/image-proxy-server/
1487
+ # Proxies from public instances. Ask the public instances owners if they
1488
+ # agree to receive traffic from SearXNG!
1489
+ # --> https://codeberg.org/VnPower/PixivFE#instances
1490
+ # --> https://github.com/searxng/searxng/pull/3192#issuecomment-1941095047
1491
+ # image proxy of https://pixiv.cat
1492
+ # - https://i.pixiv.cat
1493
+ # image proxy of https://www.pixiv.pics
1494
+ # - https://pximg.cocomi.eu.org
1495
+ # image proxy of https://pixivfe.exozy.me
1496
+ # - https://pximg.exozy.me
1497
+ # image proxy of https://pixivfe.ducks.party
1498
+ # - https://pixiv.ducks.party
1499
+ # image proxy of https://pixiv.perennialte.ch
1500
+ # - https://pximg.perennialte.ch
1501
+ # Required dependency: psychopg2
1502
+ # - name: postgresql
1503
+ # engine: postgresql
1504
+ # database: postgres
1505
+ # username: postgres
1506
+ # password: postgres
1507
+ # limit: 10
1508
+ # query_str: 'SELECT * from my_table WHERE my_column = %(query)s'
1509
+ # shortcut : psql
1510
+ - name: presearch
1511
+ engine: presearch
1512
+ search_type: search
1513
+ categories: [general, web]
1514
+ shortcut: ps
1515
+ timeout: 4.0
1516
+ disabled: true
1517
+ - name: presearch images
1518
+ engine: presearch
1519
+ network: presearch
1520
+ search_type: images
1521
+ categories: [images, web]
1522
+ timeout: 4.0
1523
+ shortcut: psimg
1524
+ disabled: true
1525
+ - name: presearch videos
1526
+ engine: presearch
1527
+ network: presearch
1528
+ search_type: videos
1529
+ categories: [general, web]
1530
+ timeout: 4.0
1531
+ shortcut: psvid
1532
+ disabled: true
1533
+ - name: presearch news
1534
+ engine: presearch
1535
+ network: presearch
1536
+ search_type: news
1537
+ categories: [news, web]
1538
+ timeout: 4.0
1539
+ shortcut: psnews
1540
+ disabled: true
1541
+ - name: pub.dev
1542
+ engine: xpath
1543
+ shortcut: pd
1544
+ search_url: https://pub.dev/packages?q={query}&page={pageno}
1545
+ paging: true
1546
+ results_xpath: //div[contains(@class,"packages-item")]
1547
+ url_xpath: ./div/h3/a/@href
1548
+ title_xpath: ./div/h3/a
1549
+ content_xpath: ./div/div/div[contains(@class,"packages-description")]/span
1550
+ categories: [packages, it]
1551
+ timeout: 3.0
1552
+ disabled: true
1553
+ first_page_num: 1
1554
+ about:
1555
+ website: https://pub.dev/
1556
+ official_api_documentation: https://pub.dev/help/api
1557
+ use_official_api: false
1558
+ require_api_key: false
1559
+ results: HTML
1560
+ - name: public domain image archive
1561
+ engine: public_domain_image_archive
1562
+ shortcut: pdia
1563
+ disabled: true
1564
+ - name: pubmed
1565
+ engine: pubmed
1566
+ shortcut: pub
1567
+ - name: pypi
1568
+ shortcut: pypi
1569
+ engine: pypi
1570
+ - name: quark
1571
+ quark_category: general
1572
+ categories: [general]
1573
+ engine: quark
1574
+ shortcut: qk
1575
+ disabled: true
1576
+ - name: quark images
1577
+ quark_category: images
1578
+ categories: [images]
1579
+ engine: quark
1580
+ shortcut: qki
1581
+ disabled: true
1582
+ - name: qwant
1583
+ qwant_categ: web
1584
+ engine: qwant
1585
+ shortcut: qw
1586
+ categories: [general, web]
1587
+ disabled: true
1588
+ - name: qwant news
1589
+ qwant_categ: news
1590
+ engine: qwant
1591
+ shortcut: qwn
1592
+ categories: news
1593
+ network: qwant
1594
+ disabled: true
1595
+ - name: qwant images
1596
+ qwant_categ: images
1597
+ engine: qwant
1598
+ shortcut: qwi
1599
+ categories: [images, web]
1600
+ network: qwant
1601
+ disabled: true
1602
+ - name: qwant videos
1603
+ qwant_categ: videos
1604
+ engine: qwant
1605
+ shortcut: qwv
1606
+ categories: [videos, web]
1607
+ network: qwant
1608
+ disabled: true
1609
+ # - name: recoll library reference
1610
+ # engine: recoll
1611
+ # base_url: 'https://recoll.example.org/'
1612
+ # search_dir: reference
1613
+ # mount_prefix: /export
1614
+ # dl_prefix: 'https://download.example.org'
1615
+ # shortcut: libr
1616
+ # timeout: 30.0
1617
+ # categories: files
1618
+ # disabled: true
1619
+ - name: radio browser
1620
+ # - name: library
1621
+ # engine: recoll
1622
+ # shortcut: lib
1623
+ # base_url: 'https://recoll.example.org/'
1624
+ # search_dir: ''
1625
+ # mount_prefix: /export
1626
+ # dl_prefix: 'https://download.example.org'
1627
+ # timeout: 30.0
1628
+ # categories: files
1629
+ # disabled: true
1630
+
1631
+ engine: radio_browser
1632
+ shortcut: rb
1633
+ - name: reddit
1634
+ engine: reddit
1635
+ shortcut: re
1636
+ page_size: 25
1637
+ disabled: true
1638
+ - name: reuters
1639
+ engine: reuters
1640
+ shortcut: reu
1641
+ # https://docs.searxng.org/dev/engines/online/reuters.html
1642
+ # sort_order = "relevance"
1643
+ - name: rottentomatoes
1644
+ engine: rottentomatoes
1645
+ shortcut: rt
1646
+ disabled: true
1647
+ # tmp suspended: bad certificate
1648
+ # - name: scanr structures
1649
+ # shortcut: scs
1650
+ # engine: scanr_structures
1651
+ # disabled: true
1652
+ - name: searchmysite
1653
+ # Required dependency: valkey
1654
+ # - name: myvalkey
1655
+ # shortcut : rds
1656
+ # engine: valkey_server
1657
+ # exact_match_only: false
1658
+ # host: '127.0.0.1'
1659
+ # port: 6379
1660
+ # enable_http: true
1661
+ # password: ''
1662
+ # db: 0
1663
+
1664
+ engine: xpath
1665
+ shortcut: sms
1666
+ categories: general
1667
+ paging: true
1668
+ search_url: https://searchmysite.net/search/?q={query}&page={pageno}
1669
+ results_xpath: //div[contains(@class,'search-result')]
1670
+ url_xpath: .//a[contains(@class,'result-link')]/@href
1671
+ title_xpath: .//span[contains(@class,'result-title-txt')]/text()
1672
+ content_xpath: ./p[@id='result-hightlight']
1673
+ disabled: true
1674
+ about:
1675
+ website: https://searchmysite.net
1676
+ - name: selfhst icons
1677
+ engine: selfhst
1678
+ shortcut: si
1679
+ disabled: true
1680
+ - name: sepiasearch
1681
+ engine: sepiasearch
1682
+ shortcut: sep
1683
+ - name: sogou
1684
+ engine: sogou
1685
+ shortcut: sogou
1686
+ disabled: true
1687
+ - name: sogou images
1688
+ engine: sogou_images
1689
+ shortcut: sogoui
1690
+ disabled: true
1691
+ - name: sogou videos
1692
+ engine: sogou_videos
1693
+ shortcut: sogouv
1694
+ disabled: true
1695
+ - name: sogou wechat
1696
+ engine: sogou_wechat
1697
+ shortcut: sogouw
1698
+ disabled: true
1699
+ - name: soundcloud
1700
+ engine: soundcloud
1701
+ shortcut: sc
1702
+ - name: stackoverflow
1703
+ engine: stackexchange
1704
+ shortcut: st
1705
+ api_site: 'stackoverflow'
1706
+ categories: [it, q&a]
1707
+ - name: askubuntu
1708
+ engine: stackexchange
1709
+ shortcut: ubuntu
1710
+ api_site: 'askubuntu'
1711
+ categories: [it, q&a]
1712
+ - name: superuser
1713
+ engine: stackexchange
1714
+ shortcut: su
1715
+ api_site: 'superuser'
1716
+ categories: [it, q&a]
1717
+ - name: discuss.python
1718
+ engine: discourse
1719
+ shortcut: dpy
1720
+ base_url: 'https://discuss.python.org'
1721
+ categories: [it, q&a]
1722
+ disabled: true
1723
+ - name: caddy.community
1724
+ engine: discourse
1725
+ shortcut: caddy
1726
+ base_url: 'https://caddy.community'
1727
+ categories: [it, q&a]
1728
+ disabled: true
1729
+ - name: pi-hole.community
1730
+ engine: discourse
1731
+ shortcut: pi
1732
+ categories: [it, q&a]
1733
+ base_url: 'https://discourse.pi-hole.net'
1734
+ disabled: true
1735
+ # - name: searx
1736
+ # engine: searx_engine
1737
+ # shortcut: se
1738
+ # instance_urls :
1739
+ # - http://127.0.0.1:8888/
1740
+ # - ...
1741
+ # disabled: true
1742
+ - name: semantic scholar
1743
+ engine: semantic_scholar
1744
+ shortcut: se
1745
+ # - name: solr
1746
+ # engine: solr
1747
+ # shortcut: slr
1748
+ # base_url: http://localhost:8983
1749
+ # collection: collection_name
1750
+ # sort: '' # sorting: asc or desc
1751
+ # field_list: '' # comma separated list of field names to display on the UI
1752
+ # default_fields: '' # default field to query
1753
+ # query_fields: '' # query fields
1754
+ # enable_http: true
1755
+ - name: springer nature
1756
+ # Spotify needs API credentials
1757
+ # - name: spotify
1758
+ # engine: spotify
1759
+ # shortcut: stf
1760
+ # api_client_id: *******
1761
+ # api_client_secret: *******
1762
+
1763
+ engine: springer
1764
+ shortcut: springer
1765
+ timeout: 5
1766
+ # read https://docs.searxng.org/dev/engines/online/springer.html
1767
+ api_key: ""
1768
+ inactive: true
1769
+ - name: startpage
1770
+ engine: startpage
1771
+ shortcut: sp
1772
+ startpage_categ: web
1773
+ categories: [general, web]
1774
+ - name: startpage news
1775
+ engine: startpage
1776
+ startpage_categ: news
1777
+ categories: [news, web]
1778
+ shortcut: spn
1779
+ - name: startpage images
1780
+ engine: startpage
1781
+ startpage_categ: images
1782
+ categories: [images, web]
1783
+ shortcut: spi
1784
+ - name: steam
1785
+ engine: steam
1786
+ shortcut: stm
1787
+ disabled: true
1788
+ - name: tokyotoshokan
1789
+ engine: tokyotoshokan
1790
+ shortcut: tt
1791
+ timeout: 6.0
1792
+ disabled: true
1793
+ - name: solidtorrents
1794
+ engine: solidtorrents
1795
+ shortcut: solid
1796
+ timeout: 4.0
1797
+ base_url:
1798
+ - https://solidtorrents.to
1799
+ - https://bitsearch.to
1800
+ # For this demo of the sqlite engine download:
1801
+ # https://liste.mediathekview.de/filmliste-v2.db.bz2
1802
+ # and unpack into searx/data/filmliste-v2.db
1803
+ # Query to test: "!mediathekview concert"
1804
+ #
1805
+ # - name: mediathekview
1806
+ # engine: sqlite
1807
+ # shortcut: mediathekview
1808
+ # categories: [general, videos]
1809
+ # result_type: MainResult
1810
+ # database: searx/data/filmliste-v2.db
1811
+ # query_str: >-
1812
+ # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
1813
+ # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
1814
+ # description AS content
1815
+ # FROM film
1816
+ # WHERE title LIKE :wildcard OR description LIKE :wildcard
1817
+ # ORDER BY duration DESC
1818
+ - name: tagesschau
1819
+ engine: tagesschau
1820
+ # when set to false, display URLs from Tagesschau, and not the actual source
1821
+ # (e.g. NDR, WDR, SWR, HR, ...)
1822
+ use_source_url: true
1823
+ shortcut: ts
1824
+ disabled: true
1825
+ - name: tmdb
1826
+ engine: xpath
1827
+ paging: true
1828
+ categories: movies
1829
+ search_url: https://www.themoviedb.org/search?page={pageno}&query={query}
1830
+ results_xpath: //div[contains(@class,"movie") or contains(@class,"tv")]//div[contains(@class,"card")]
1831
+ url_xpath: .//div[contains(@class,"poster")]/a/@href
1832
+ thumbnail_xpath: .//img/@src
1833
+ title_xpath: .//div[contains(@class,"title")]//h2
1834
+ content_xpath: .//div[contains(@class,"overview")]
1835
+ shortcut: tm
1836
+ disabled: true
1837
+ # Requires Tor
1838
+ - name: torch
1839
+ engine: xpath
1840
+ paging: true
1841
+ search_url: http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
1842
+ results_xpath: //table//tr
1843
+ url_xpath: ./td[2]/a
1844
+ title_xpath: ./td[2]/b
1845
+ content_xpath: ./td[2]/small
1846
+ categories: onions
1847
+ enable_http: true
1848
+ shortcut: tch
1849
+ disabled: true
1850
+ # torznab engine lets you query any torznab compatible indexer. Using this
1851
+ # engine in combination with Jackett opens the possibility to query a lot of
1852
+ # public and private indexers directly from SearXNG. More details at:
1853
+ # https://docs.searxng.org/dev/engines/online/torznab.html
1854
+ - name: Torznab EZTV
1855
+ # TubeArchivist is a self-hosted Youtube archivist software.
1856
+ # https://docs.searxng.org/dev/engines/online/tubearchivist.html
1857
+ #
1858
+ # - name: tubearchivist
1859
+ # engine: tubearchivist
1860
+ # shortcut: tuba
1861
+ # base_url:
1862
+ # ta_token:
1863
+ # ta_link_to_mp4: false
1864
+
1865
+ engine: torznab
1866
+ shortcut: eztv
1867
+ # base_url: http://localhost:9117/api/v2.0/indexers/eztv/results/torznab
1868
+ # enable_http: true # if using localhost
1869
+ # api_key: xxxxxxxxxxxxxxx
1870
+ show_magnet_links: true
1871
+ show_torrent_files: false
1872
+ # https://github.com/Jackett/Jackett/wiki/Jackett-Categories
1873
+ torznab_categories: # optional
1874
+ - 2000
1875
+ - 5000
1876
+ inactive: true
1877
+ # tmp suspended - too slow, too many errors
1878
+ # - name: urbandictionary
1879
+ # engine : xpath
1880
+ # search_url : https://www.urbandictionary.com/define.php?term={query}
1881
+ # url_xpath : //*[@class="word"]/@href
1882
+ # title_xpath : //*[@class="def-header"]
1883
+ # content_xpath: //*[@class="meaning"]
1884
+ # shortcut: ud
1885
+ - name: unsplash
1886
+ engine: unsplash
1887
+ shortcut: us
1888
+ - name: yandex
1889
+ engine: yandex
1890
+ categories: general
1891
+ search_type: web
1892
+ shortcut: yd
1893
+ disabled: true
1894
+ - name: yandex images
1895
+ engine: yandex
1896
+ network: yandex
1897
+ categories: images
1898
+ search_type: images
1899
+ shortcut: ydi
1900
+ disabled: true
1901
+ - name: yandex music
1902
+ engine: yandex_music
1903
+ network: yandex
1904
+ shortcut: ydm
1905
+ disabled: true
1906
+ # https://yandex.com/support/music/access.html
1907
+ - name: yahoo
1908
+ engine: yahoo
1909
+ shortcut: yh
1910
+ disabled: true
1911
+ - name: yahoo news
1912
+ engine: yahoo_news
1913
+ shortcut: yhn
1914
+ inactive: true
1915
+ - name: youtube
1916
+ shortcut: yt
1917
+ engine: youtube_noapi
1918
+ - name: youtube_api
1919
+ # You can use the engine using the official stable API, but you need an API
1920
+ # key See: https://console.developers.google.com/project
1921
+ engine: youtube_api
1922
+ # api_key: '' # required!
1923
+ shortcut: yta
1924
+ inactive: true
1925
+ - name: dailymotion
1926
+ engine: dailymotion
1927
+ shortcut: dm
1928
+ - name: vimeo
1929
+ engine: vimeo
1930
+ shortcut: vm
1931
+ disabled: true
1932
+ - name: wiby
1933
+ engine: json_engine
1934
+ paging: true
1935
+ search_url: https://wiby.me/json/?q={query}&p={pageno}
1936
+ url_query: URL
1937
+ title_query: Title
1938
+ content_query: Snippet
1939
+ categories: [general, web]
1940
+ shortcut: wib
1941
+ disabled: true
1942
+ about:
1943
+ website: https://wiby.me/
1944
+ - name: wikibooks
1945
+ engine: mediawiki
1946
+ weight: 0.5
1947
+ shortcut: wb
1948
+ categories: [general, wikimedia]
1949
+ base_url: "https://{language}.wikibooks.org/"
1950
+ search_type: text
1951
+ disabled: true
1952
+ about:
1953
+ website: https://www.wikibooks.org/
1954
+ wikidata_id: Q367
1955
+ - name: wikinews
1956
+ engine: mediawiki
1957
+ shortcut: wn
1958
+ categories: [news, wikimedia]
1959
+ base_url: "https://{language}.wikinews.org/"
1960
+ search_type: text
1961
+ srsort: create_timestamp_desc
1962
+ about:
1963
+ website: https://www.wikinews.org/
1964
+ wikidata_id: Q964
1965
+ - name: wikiquote
1966
+ engine: mediawiki
1967
+ weight: 0.5
1968
+ shortcut: wq
1969
+ categories: [general, wikimedia]
1970
+ base_url: "https://{language}.wikiquote.org/"
1971
+ search_type: text
1972
+ disabled: true
1973
+ about:
1974
+ website: https://www.wikiquote.org/
1975
+ wikidata_id: Q369
1976
+ - name: wikisource
1977
+ engine: mediawiki
1978
+ weight: 0.5
1979
+ shortcut: ws
1980
+ categories: [general, wikimedia]
1981
+ base_url: "https://{language}.wikisource.org/"
1982
+ search_type: text
1983
+ disabled: true
1984
+ about:
1985
+ website: https://www.wikisource.org/
1986
+ wikidata_id: Q263
1987
+ - name: wikispecies
1988
+ engine: mediawiki
1989
+ shortcut: wsp
1990
+ categories: [general, science, wikimedia]
1991
+ base_url: "https://species.wikimedia.org/"
1992
+ search_type: text
1993
+ disabled: true
1994
+ about:
1995
+ website: https://species.wikimedia.org/
1996
+ wikidata_id: Q13679
1997
+ - name: wiktionary
1998
+ engine: mediawiki
1999
+ shortcut: wt
2000
+ categories: [dictionaries, wikimedia]
2001
+ base_url: "https://{language}.wiktionary.org/"
2002
+ search_type: text
2003
+ about:
2004
+ website: https://www.wiktionary.org/
2005
+ wikidata_id: Q151
2006
+ - name: wikiversity
2007
+ engine: mediawiki
2008
+ weight: 0.5
2009
+ shortcut: wv
2010
+ categories: [general, wikimedia]
2011
+ base_url: "https://{language}.wikiversity.org/"
2012
+ search_type: text
2013
+ disabled: true
2014
+ about:
2015
+ website: https://www.wikiversity.org/
2016
+ wikidata_id: Q370
2017
+ - name: wikivoyage
2018
+ engine: mediawiki
2019
+ weight: 0.5
2020
+ shortcut: wy
2021
+ categories: [general, wikimedia]
2022
+ base_url: "https://{language}.wikivoyage.org/"
2023
+ search_type: text
2024
+ disabled: true
2025
+ about:
2026
+ website: https://www.wikivoyage.org/
2027
+ wikidata_id: Q373
2028
+ - name: wikicommons.images
2029
+ engine: wikicommons
2030
+ shortcut: wci
2031
+ categories: images
2032
+ wc_search_type: image
2033
+ - name: wikicommons.videos
2034
+ engine: wikicommons
2035
+ shortcut: wcv
2036
+ categories: videos
2037
+ wc_search_type: video
2038
+ - name: wikicommons.audio
2039
+ engine: wikicommons
2040
+ shortcut: wca
2041
+ categories: music
2042
+ wc_search_type: audio
2043
+ - name: wikicommons.files
2044
+ engine: wikicommons
2045
+ shortcut: wcf
2046
+ categories: files
2047
+ wc_search_type: file
2048
+ - name: wolframalpha
2049
+ shortcut: wa
2050
+ engine: wolframalpha_noapi
2051
+ timeout: 6.0
2052
+ categories: general
2053
+ disabled: true
2054
+ - name: wolframalpha_api
2055
+ # You can use the engine using the official stable API, but you need an API
2056
+ # key. See: https://products.wolframalpha.com/api/
2057
+ engine: wolframalpha_api
2058
+ # api_key: '' # required!
2059
+ shortcut: waa
2060
+ timeout: 6.0
2061
+ categories: general
2062
+ inactive: true
2063
+ - name: dictzone
2064
+ engine: dictzone
2065
+ shortcut: dc
2066
+ - name: mymemory translated
2067
+ engine: translated
2068
+ shortcut: tl
2069
+ timeout: 5.0
2070
+ # You can use without an API key, but you are limited to 1000 words/day
2071
+ # See: https://mymemory.translated.net/doc/usagelimits.php
2072
+ # api_key: ''
2073
+ # Required dependency: mariadb
2074
+ # - name: mariadb
2075
+ # engine: mariadb_server
2076
+ # database: mydatabase
2077
+ # username: user
2078
+ # password: pass
2079
+ # limit: 10
2080
+ # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
2081
+ # shortcut: mdb
2082
+ - name: 1337x
2083
+ # Required dependency: mysql-connector-python
2084
+ # - name: mysql
2085
+ # engine: mysql_server
2086
+ # database: mydatabase
2087
+ # username: user
2088
+ # password: pass
2089
+ # limit: 10
2090
+ # query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'
2091
+ # shortcut: mysql
2092
+
2093
+ engine: 1337x
2094
+ shortcut: 1337x
2095
+ disabled: true
2096
+ - name: duden
2097
+ engine: duden
2098
+ shortcut: du
2099
+ disabled: true
2100
+ - name: seznam
2101
+ shortcut: szn
2102
+ engine: seznam
2103
+ disabled: true
2104
+ - name: deepl
2105
+ engine: deepl
2106
+ shortcut: dpl
2107
+ # You can use the engine using the official stable API, but you need an API key
2108
+ # See: https://www.deepl.com/pro-api?cta=header-pro-api
2109
+ # api_key: '' # required!
2110
+ timeout: 5.0
2111
+ inactive: true
2112
+ - name: mojeek
2113
+ shortcut: mjk
2114
+ engine: mojeek
2115
+ categories: [general, web]
2116
+ disabled: true
2117
+ - name: mojeek images
2118
+ shortcut: mjkimg
2119
+ engine: mojeek
2120
+ categories: [images, web]
2121
+ search_type: images
2122
+ paging: false
2123
+ disabled: true
2124
+ - name: mojeek news
2125
+ shortcut: mjknews
2126
+ engine: mojeek
2127
+ categories: [news, web]
2128
+ search_type: news
2129
+ paging: false
2130
+ disabled: true
2131
+ - name: moviepilot
2132
+ engine: moviepilot
2133
+ shortcut: mp
2134
+ disabled: true
2135
+ - name: national vulnerability database
2136
+ engine: nvd
2137
+ shortcut: nvd
2138
+ disabled: true
2139
+ - name: naver
2140
+ categories: [general, web]
2141
+ engine: naver
2142
+ shortcut: nvr
2143
+ disabled: true
2144
+ - name: naver images
2145
+ naver_category: images
2146
+ categories: [images]
2147
+ engine: naver
2148
+ shortcut: nvri
2149
+ disabled: true
2150
+ - name: naver news
2151
+ naver_category: news
2152
+ categories: [news]
2153
+ engine: naver
2154
+ shortcut: nvrn
2155
+ disabled: true
2156
+ - name: naver videos
2157
+ naver_category: videos
2158
+ categories: [videos]
2159
+ engine: naver
2160
+ shortcut: nvrv
2161
+ disabled: true
2162
+ - name: rubygems
2163
+ shortcut: rbg
2164
+ engine: xpath
2165
+ paging: true
2166
+ search_url: https://rubygems.org/search?page={pageno}&query={query}
2167
+ results_xpath: /html/body/main/div/a[@class="gems__gem"]
2168
+ url_xpath: ./@href
2169
+ title_xpath: ./span/h2
2170
+ content_xpath: ./span/p
2171
+ suggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/a
2172
+ first_page_num: 1
2173
+ categories: [it, packages]
2174
+ disabled: true
2175
+ about:
2176
+ website: https://rubygems.org/
2177
+ wikidata_id: Q1853420
2178
+ official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
2179
+ use_official_api: false
2180
+ require_api_key: false
2181
+ results: HTML
2182
+ - name: peertube
2183
+ engine: peertube
2184
+ shortcut: ptb
2185
+ paging: true
2186
+ # alternatives see: https://instances.joinpeertube.org/instances
2187
+ # base_url: https://tube.4aem.com
2188
+ categories: videos
2189
+ disabled: true
2190
+ timeout: 6.0
2191
+ - name: mediathekviewweb
2192
+ engine: mediathekviewweb
2193
+ shortcut: mvw
2194
+ disabled: true
2195
+ - name: yacy
2196
+ # https://docs.searxng.org/dev/engines/online/yacy.html
2197
+ engine: yacy
2198
+ categories: general
2199
+ search_type: text
2200
+ # see https://github.com/searxng/searxng/pull/3631#issuecomment-2240903027
2201
+ base_url:
2202
+ - https://yacy.searchlab.eu
2203
+ shortcut: ya
2204
+ disabled: true
2205
+ # if you aren't using HTTPS for your local yacy instance disable https
2206
+ # enable_http: false
2207
+ search_mode: 'global'
2208
+ # timeout can be reduced in 'local' search mode
2209
+ timeout: 5.0
2210
+ - name: yacy images
2211
+ engine: yacy
2212
+ network: yacy
2213
+ categories: images
2214
+ search_type: image
2215
+ shortcut: yai
2216
+ disabled: true
2217
+ # timeout can be reduced in 'local' search mode
2218
+ timeout: 5.0
2219
+ - name: rumble
2220
+ engine: rumble
2221
+ shortcut: ru
2222
+ base_url: https://rumble.com/
2223
+ paging: true
2224
+ categories: videos
2225
+ disabled: true
2226
+ - name: repology
2227
+ engine: repology
2228
+ shortcut: rep
2229
+ disabled: true
2230
+ inactive: true
2231
+ - name: wordnik
2232
+ engine: wordnik
2233
+ shortcut: wnik
2234
+ timeout: 5.0
2235
+ - name: woxikon.de synonyme
2236
+ engine: xpath
2237
+ shortcut: woxi
2238
+ categories: [dictionaries]
2239
+ timeout: 5.0
2240
+ disabled: true
2241
+ search_url: https://synonyme.woxikon.de/synonyme/{query}.php
2242
+ url_xpath: //div[@class="upper-synonyms"]/a/@href
2243
+ content_xpath: //div[@class="synonyms-list-group"]
2244
+ title_xpath: //div[@class="upper-synonyms"]/a
2245
+ no_result_for_http_status: [404]
2246
+ about:
2247
+ website: https://www.woxikon.de/
2248
+ wikidata_id: # No Wikidata ID
2249
+ use_official_api: false
2250
+ require_api_key: false
2251
+ results: HTML
2252
+ language: de
2253
+ - name: svgrepo
2254
+ engine: svgrepo
2255
+ shortcut: svg
2256
+ timeout: 10.0
2257
+ disabled: true
2258
+ - name: tootfinder
2259
+ engine: tootfinder
2260
+ shortcut: toot
2261
+ - name: uxwing
2262
+ engine: uxwing
2263
+ shortcut: ux
2264
+ disabled: true
2265
+ - name: voidlinux
2266
+ engine: voidlinux
2267
+ shortcut: void
2268
+ disabled: true
2269
+ - name: wallhaven
2270
+ engine: wallhaven
2271
+ # api_key: abcdefghijklmnopqrstuvwxyz
2272
+ shortcut: wh
2273
+ inactive: true
2274
+ # wikimini: online encyclopedia for children
2275
+ # The fulltext and title parameter is necessary for Wikimini because
2276
+ # sometimes it will not show the results and redirect instead
2277
+ - name: wikimini
2278
+ engine: xpath
2279
+ shortcut: wkmn
2280
+ search_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
2281
+ url_xpath: //li/div[@class="mw-search-result-heading"]/a/@href
2282
+ title_xpath: //li//div[@class="mw-search-result-heading"]/a
2283
+ content_xpath: //li/div[@class="searchresult"]
2284
+ categories: general
2285
+ disabled: true
2286
+ about:
2287
+ website: https://wikimini.org/
2288
+ wikidata_id: Q3568032
2289
+ use_official_api: false
2290
+ require_api_key: false
2291
+ results: HTML
2292
+ language: fr
2293
+ - name: wttr.in
2294
+ engine: wttr
2295
+ shortcut: wttr
2296
+ timeout: 9.0
2297
+ disabled: true
2298
+ - name: braveapi
2299
+ engine: braveapi
2300
+ # read https://docs.searxng.org/dev/engines/online/brave.html
2301
+ api_key: ""
2302
+ inactive: true
2303
+ - name: brave
2304
+ engine: brave
2305
+ shortcut: br
2306
+ time_range_support: true
2307
+ paging: true
2308
+ categories: [general, web]
2309
+ brave_category: search
2310
+ disabled: true
2311
+ # brave_spellcheck: true
2312
+ - name: brave.images
2313
+ engine: brave
2314
+ network: brave
2315
+ shortcut: brimg
2316
+ categories: [images, web]
2317
+ brave_category: images
2318
+ disabled: true
2319
+ - name: brave.videos
2320
+ engine: brave
2321
+ network: brave
2322
+ shortcut: brvid
2323
+ categories: [videos, web]
2324
+ brave_category: videos
2325
+ disabled: true
2326
+ - name: brave.news
2327
+ engine: brave
2328
+ network: brave
2329
+ shortcut: brnews
2330
+ categories: news
2331
+ brave_category: news
2332
+ disabled: true
2333
+ # - name: brave.goggles
2334
+ # engine: brave
2335
+ # network: brave
2336
+ # shortcut: brgog
2337
+ # time_range_support: true
2338
+ # paging: true
2339
+ # categories: [general, web]
2340
+ # brave_category: goggles
2341
+ # Goggles: # required! This should be a URL ending in .goggle
2342
+ - name: lib.rs
2343
+ shortcut: lrs
2344
+ engine: lib_rs
2345
+ disabled: true
2346
+ - name: sourcehut
2347
+ shortcut: srht
2348
+ engine: sourcehut
2349
+ # https://docs.searxng.org/dev/engines/online/sourcehut.html
2350
+ # sourcehut_sort_order: longest-active
2351
+ disabled: true
2352
+ - name: bt4g
2353
+ engine: bt4g
2354
+ shortcut: bt4g
2355
+ - name: pkg.go.dev
2356
+ engine: pkg_go_dev
2357
+ shortcut: pgo
2358
+ disabled: true
2359
+ - name: senscritique
2360
+ engine: senscritique
2361
+ shortcut: scr
2362
+ timeout: 4.0
2363
+ disabled: true
2364
+ - name: minecraft wiki
2365
+ engine: mediawiki
2366
+ shortcut: mcw
2367
+ categories: ["software wikis"]
2368
+ base_url: https://minecraft.wiki/
2369
+ api_path: "api.php"
2370
+ search_type: text
2371
+ disabled: true
2372
+ about:
2373
+ website: https://minecraft.wiki/
2374
+ wikidata_id: Q105533483
2375
+ # Doku engine lets you access to any Doku wiki instance:
2376
+ # A public one or a privete/corporate one.
2377
+ # - name: ubuntuwiki
2378
+ # engine: doku
2379
+ # shortcut: uw
2380
+ # base_url: 'https://doc.ubuntu-fr.org'
2381
+
2382
+ # Be careful when enabling this engine if you are
2383
+ # running a public instance. Do not expose any sensitive
2384
+ # information. You can restrict access by configuring a list
2385
+ # of access tokens under tokens.
2386
+ # - name: git grep
2387
+ # engine: command
2388
+ # command: ['git', 'grep', '{{QUERY}}']
2389
+ # shortcut: gg
2390
+ # tokens: []
2391
+ # disabled: true
2392
+ # delimiter:
2393
+ # chars: ':'
2394
+ # keys: ['filepath', 'code']
2395
+
2396
+ # Be careful when enabling this engine if you are
2397
+ # running a public instance. Do not expose any sensitive
2398
+ # information. You can restrict access by configuring a list
2399
+ # of access tokens under tokens.
2400
+ # - name: locate
2401
+ # engine: command
2402
+ # command: ['locate', '{{QUERY}}']
2403
+ # shortcut: loc
2404
+ # tokens: []
2405
+ # disabled: true
2406
+ # delimiter:
2407
+ # chars: ' '
2408
+ # keys: ['line']
2409
+
2410
+ # Be careful when enabling this engine if you are
2411
+ # running a public instance. Do not expose any sensitive
2412
+ # information. You can restrict access by configuring a list
2413
+ # of access tokens under tokens.
2414
+ # - name: find
2415
+ # engine: command
2416
+ # command: ['find', '.', '-name', '{{QUERY}}']
2417
+ # query_type: path
2418
+ # shortcut: fnd
2419
+ # tokens: []
2420
+ # disabled: true
2421
+ # delimiter:
2422
+ # chars: ' '
2423
+ # keys: ['line']
2424
+
2425
+ # Be careful when enabling this engine if you are
2426
+ # running a public instance. Do not expose any sensitive
2427
+ # information. You can restrict access by configuring a list
2428
+ # of access tokens under tokens.
2429
+ # - name: pattern search in files
2430
+ # engine: command
2431
+ # command: ['fgrep', '{{QUERY}}']
2432
+ # shortcut: fgr
2433
+ # tokens: []
2434
+ # disabled: true
2435
+ # delimiter:
2436
+ # chars: ' '
2437
+ # keys: ['line']
2438
+
2439
+ # Be careful when enabling this engine if you are
2440
+ # running a public instance. Do not expose any sensitive
2441
+ # information. You can restrict access by configuring a list
2442
+ # of access tokens under tokens.
2443
+ # - name: regex search in files
2444
+ # engine: command
2445
+ # command: ['grep', '{{QUERY}}']
2446
+ # shortcut: gr
2447
+ # tokens: []
2448
+ # disabled: true
2449
+ # delimiter:
2450
+ # chars: ' '
2451
+ # keys: ['line']
2452
+ doi_resolvers:
2453
+ oadoi.org: 'https://oadoi.org/'
2454
+ doi.org: 'https://doi.org/'
2455
+ sci-hub.se: 'https://sci-hub.se/'
2456
+ sci-hub.st: 'https://sci-hub.st/'
2457
+ sci-hub.ru: 'https://sci-hub.ru/'
2458
+ default_doi_resolver: 'oadoi.org'