@lobehub/chat 1.65.1 → 1.65.2

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