宜昌皓月建设工程有限公司网站/如何制作一个网页页面

宜昌皓月建设工程有限公司网站,如何制作一个网页页面,搭建网站服务器多少钱,临汾建设局官方网站A. 配置Docker中的代理 绿联NAS简单解决docker无法获取镜像-不用软路由 - 哔哩哔哩 B. 下载官网对应的镜像 群晖NAS用docker搭建SearXNG元搜索引擎_哔哩哔哩_bilibili C. 修改默认省略的参数,只配置Base_URL,删除其它默认的空缺项 searxng-docker/REA…

A. 配置Docker中的代理

  • 绿联NAS简单解决docker无法获取镜像-不用软路由 - 哔哩哔哩

在这里插入图片描述

B. 下载官网对应的镜像

  • 群晖NAS用docker搭建SearXNG元搜索引擎_哔哩哔哩_bilibili

在这里插入图片描述

C. 修改默认省略的参数,只配置Base_URL,删除其它默认的空缺项

  • searxng-docker/README.md at main · pig-mesh/searxng-docker

在这里插入图片描述
在这里插入图片描述

D. 启动容器并访问

在这里插入图片描述

在这里插入图片描述

E. 适配Open-WebUI的配置文件

  • 修改1: bind_address: "0.0.0.0"
  • 修改2: - json
general:# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}debug: false# displayed nameinstance_name: "searxng"# For example: https://example.com/privacyprivacypolicy_url: false# use true to use your own donation page written in searx/info/en/donate.md# use false to disable the donation linkdonation_url: false# mailto:contact@example.comcontact_url: false# record statsenable_metrics: true# expose stats in open metrics format at /metrics# leave empty to disable (no password set)# open_metrics: <password>open_metrics: ''brand:new_issue_url: https://github.com/searxng/searxng/issues/newdocs_url: https://docs.searxng.org/public_instances: https://searx.spacewiki_url: https://github.com/searxng/searxng/wikiissue_url: https://github.com/searxng/searxng/issues# custom:#   maintainer: "Jon Doe"#   # Custom entries in the footer: [title]: [link]#   links:#     Uptime: https://uptime.searxng.org/history/darmarit-org#     About: "https://searxng.org"search:# Filter results. 0: None, 1: Moderate, 2: Strictsafe_search: 0# Existing autocomplete backends: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",# "mwmbl", "seznam", "stract", "swisscows", "qwant", "wikipedia" -# leave blank to turn it off by default.autocomplete: ""# minimun characters to type before autocompleter startsautocomplete_min: 4# backend for the favicon near URL in search results.# Available resolvers: "allesedv", "duckduckgo", "google", "yandex" - leave blank to turn it off by default.favicon_resolver: ""# Default search language - leave blank to detect from browser information or# use codes from 'languages.py'default_lang: "auto"# max_page: 0  # if engine supports paging, 0 means unlimited numbers of pages# Available languages# languages:#   - all#   - en#   - en-US#   - de#   - it-IT#   - fr#   - fr-BE# ban time in seconds after engine errorsban_time_on_fail: 5# max ban time in seconds after engine errorsmax_ban_time_on_fail: 120suspended_times:# Engine suspension time after error (in seconds; set to 0 to disable)# For error "Access denied" and "HTTP error [402, 403]"SearxEngineAccessDenied: 86400# For error "CAPTCHA"SearxEngineCaptcha: 86400# For error "Too many request" and "HTTP error 429"SearxEngineTooManyRequests: 3600# Cloudflare CAPTCHAcf_SearxEngineCaptcha: 1296000cf_SearxEngineAccessDenied: 86400# ReCAPTCHArecaptcha_SearxEngineCaptcha: 604800# remove format to deny access, use lower case.# formats: [html, csv, json, rss]formats:- html- jsonserver:# Is overwritten by ${SEARXNG_PORT} and ${SEARXNG_BIND_ADDRESS}port: 8888bind_address: "0.0.0.0"# public URL of the instance, to ensure correct inbound links. Is overwritten# by ${SEARXNG_URL}.base_url: http://192.168.3.67:8081/  # "http://example.com/location"# rate limit the number of request on the instance, block some bots.# Is overwritten by ${SEARXNG_LIMITER}limiter: false# enable features designed only for public instances.# Is overwritten by ${SEARXNG_PUBLIC_INSTANCE}public_instance: false# If your instance owns a /etc/searxng/settings.yml file, then set the following# values there.secret_key: "162207048976a3c40e633c9598a4e3a65665f2c9a311b1161ab8f014752535bc"  # Is overwritten by ${SEARXNG_SECRET}# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}image_proxy: false# 1.0 and 1.1 are supportedhttp_protocol_version: "1.0"# POST queries are more secure as they don't show up in history but may cause# problems when using Firefox containersmethod: "POST"default_http_headers:X-Content-Type-Options: nosniffX-Download-Options: noopenX-Robots-Tag: noindex, nofollowReferrer-Policy: no-referrerredis:# URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}.# https://docs.searxng.org/admin/settings/settings_redis.html#settings-redisurl: falseui:# Custom static path - leave it blank if you didn't changestatic_path: ""# Is overwritten by ${SEARXNG_STATIC_USE_HASH}.static_use_hash: false# Custom templates path - leave it blank if you didn't changetemplates_path: ""# query_in_title: When true, the result page's titles contains the query# it decreases the privacy, since the browser can records the page titles.query_in_title: false# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.infinite_scroll: false# ui themedefault_theme: simple# center the results ?center_alignment: false# URL prefix of the internet archive, don't forget trailing slash (if needed).# cache_url: "https://webcache.googleusercontent.com/search?q=cache:"# Default interface locale - leave blank to detect from browser information or# use codes from the 'locales' config sectiondefault_locale: ""# Open result links in a new tab by default# results_on_new_tab: falsetheme_args:# style of simple theme: auto, light, darksimple_style: auto# Perform search immediately if a category selected.# Disable to select multiple categories at once and start the search manually.search_on_category_select: true# Hotkeys: default or vimhotkeys: default# URL formatting: pretty, full or hosturl_formatting: pretty# Lock arbitrary settings on the preferences page.
#
# preferences:
#   lock:
#     - categories
#     - language
#     - autocomplete
#     - favicon
#     - safesearch
#     - method
#     - doi_resolver
#     - locale
#     - theme
#     - results_on_new_tab
#     - infinite_scroll
#     - search_on_category_select
#     - method
#     - image_proxy
#     - query_in_title# searx supports result proxification using an external service:
# https://github.com/asciimoo/morty uncomment below section if you have running
# morty proxy the key is base64 encoded (keep the !!binary notation)
# Note: since commit af77ec3, morty accepts a base64 encoded key.
#
# result_proxy:
#   url: http://127.0.0.1:3000/
#   # the key is a base64 encoded string, the YAML !!binary prefix is optional
#   key: !!binary "your_morty_proxy_key"
#   # [true|false] enable the "proxy" button next to each result
#   proxify_results: true# communication with search engines
#
outgoing:# default timeout in seconds, can be override by enginerequest_timeout: 3.0# the maximum timeout in seconds# max_request_timeout: 10.0# suffix of searx_useragent, could contain information like an email address# to the administratoruseragent_suffix: ""# The maximum number of concurrent connections that may be established.pool_connections: 100# Allow the connection pool to maintain keep-alive connections below this# point.pool_maxsize: 20# See https://www.python-httpx.org/http2/enable_http2: true# uncomment below section if you want to use a custom server certificate# see https://www.python-httpx.org/advanced/#changing-the-verification-defaults# and https://www.python-httpx.org/compatibility/#ssl-configuration#  verify: ~/.mitmproxy/mitmproxy-ca-cert.cer## uncomment below section if you want to use a proxyq see: SOCKS proxies#   https://2.python-requests.org/en/latest/user/advanced/#proxies# are also supported: see#   https://2.python-requests.org/en/latest/user/advanced/#socks##  proxies:#    all://:#      - http://proxy1:8080#      - http://proxy2:8080##  using_tor_proxy: true## Extra seconds to add in order to account for the time taken by the proxy##  extra_proxy_timeout: 10## uncomment below section only if you have more than one network interface# which can be the source of outgoing search requests##  source_ips:#    - 1.1.1.1#    - 1.1.1.2#    - fe80::/126# External plugin configuration, for more details see
#   https://docs.searxng.org/admin/settings/settings_plugins.html
#
# plugins:
#   - mypackage.mymodule.MyPlugin
#   - mypackage.mymodule.MyOtherPlugin
#   - ...# Comment or un-comment plugin to activate / deactivate by default.
#   https://docs.searxng.org/admin/settings/settings_plugins.html
#
# enabled_plugins:
#   # these plugins are enabled if nothing is configured ..
#   - 'Basic Calculator'
#   - 'Hash plugin'
#   - 'Self Information'
#   - 'Tracker URL remover'
#   - 'Unit converter plugin'
#   - 'Ahmia blacklist'  # activation depends on outgoing.using_tor_proxy
#   # these plugins are disabled if nothing is configured ..
#   - 'Hostnames plugin'  # see 'hostnames' configuration below
#   - 'Open Access DOI rewrite'
#   - 'Tor check plugin'# Configuration of the "Hostnames plugin":
#
# hostnames:
#   replace:
#     '(.*\.)?youtube\.com$': 'invidious.example.com'
#     '(.*\.)?youtu\.be$': 'invidious.example.com'
#     '(.*\.)?reddit\.com$': 'teddit.example.com'
#     '(.*\.)?redd\.it$': 'teddit.example.com'
#     '(www\.)?twitter\.com$': 'nitter.example.com'
#   remove:
#     - '(.*\.)?facebook.com$'
#   low_priority:
#     - '(.*\.)?google(\..*)?$'
#   high_priority:
#     - '(.*\.)?wikipedia.org$'
#
# Alternatively you can use external files for configuring the "Hostnames plugin":
#
# hostnames:
#  replace: 'rewrite-hosts.yml'
#
# Content of 'rewrite-hosts.yml' (place the file in the same directory as 'settings.yml'):
# '(.*\.)?youtube\.com$': 'invidious.example.com'
# '(.*\.)?youtu\.be$': 'invidious.example.com'
#checker:# disable checker when in debug modeoff_when_debug: true# use "scheduling: false" to disable scheduling# scheduling: interval or int# to activate the scheduler:# * uncomment "scheduling" section# * add "cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1"#   to your uwsgi.ini# scheduling:#   start_after: [300, 1800]  # delay to start the first run of the checker#   every: [86400, 90000]     # how often the checker runs# additional tests: only for the YAML anchors (see the engines section)#additional_tests:rosebud: &test_rosebudmatrix:query: rosebudlang: enresult_container:- not_empty- ['one_title_contains', 'citizen kane']test:- unique_resultsandroid: &test_androidmatrix:query: ['android']lang: ['en', 'de', 'fr', 'zh-CN']result_container:- not_empty- ['one_title_contains', 'google']test:- unique_results# tests: only for the YAML anchors (see the engines section)tests:infobox: &tests_infoboxinfobox:matrix:query: ["linux", "new york", "bbc"]result_container:- has_infoboxcategories_as_tabs:general:images:videos:news:map:music:it:science:files:social media:engines:- name: 9gagengine: 9gagshortcut: 9gdisabled: true- name: adobe stockengine: adobe_stockshortcut: asicategories: ["images"]# https://docs.searxng.org/dev/engines/online/adobe_stock.htmladobe_order: relevanceadobe_content_types: ["photo", "illustration", "zip_vector", "template", "3d", "image"]timeout: 6disabled: true- name: adobe stock videoengine: adobe_stockshortcut: asvnetwork: adobe stockcategories: ["videos"]adobe_order: relevanceadobe_content_types: ["video"]timeout: 6disabled: true- name: adobe stock audioengine: adobe_stockshortcut: asanetwork: adobe stockcategories: ["music"]adobe_order: relevanceadobe_content_types: ["audio"]timeout: 6disabled: true- name: alexandriaengine: json_engineshortcut: alxcategories: generalpaging: truesearch_url: https://api.alexandria.org/?a=1&q={query}&p={pageno}results_query: resultstitle_query: titleurl_query: urlcontent_query: snippettimeout: 1.5disabled: trueabout:website: https://alexandria.org/official_api_documentation: https://github.com/alexandria-org/alexandria-api/raw/master/README.mduse_official_api: truerequire_api_key: falseresults: JSON# - name: astrophysics data system#   engine: astrophysics_data_system#   sort: asc#   weight: 5#   categories: [science]#   api_key: your-new-key#   shortcut: ads- name: alpine linux packagesengine: alpinelinuxdisabled: trueshortcut: alp- name: annas archiveengine: annas_archivedisabled: trueshortcut: aa# - name: annas articles#   engine: annas_archive#   shortcut: aaa#   # https://docs.searxng.org/dev/engines/online/annas_archive.html#   aa_content: 'magazine' # book_fiction, book_unknown, book_nonfiction, book_comic#   aa_ext: 'pdf'  # pdf, epub, ..#   aa_sort: oldest'  # newest, oldest, largest, smallest- name: apk mirrorengine: apkmirrortimeout: 4.0shortcut: apkmdisabled: true- name: apple app storeengine: apple_app_storeshortcut: apsdisabled: true# Requires Tor- name: ahmiaengine: ahmiacategories: onionsenable_http: trueshortcut: ah- name: anacondaengine: xpathpaging: truefirst_page_num: 0search_url: https://anaconda.org/search?q={query}&page={pageno}results_xpath: //tbody/trurl_xpath: ./td/h5/a[last()]/@hreftitle_xpath: ./td/h5content_xpath: ./td[h5]/text()categories: ittimeout: 6.0shortcut: condadisabled: true- name: arch linux wikiengine: archlinuxshortcut: al- name: nixos wikiengine: mediawikishortcut: nixwbase_url: https://wiki.nixos.org/search_type: textdisabled: truecategories: [it, software wikis]- name: articengine: articshortcut: arctimeout: 4.0- name: arxivengine: arxivshortcut: arxtimeout: 4.0- name: askengine: askshortcut: askdisabled: true# tmp suspended:  dh key too small# - name: base#   engine: base#   shortcut: bs- name: bandcampengine: bandcampshortcut: bccategories: music- name: wikipediaengine: wikipediashortcut: wp# add "list" to the array to get results in the results listdisplay_type: ["infobox"]categories: [general]- name: bilibiliengine: bilibilishortcut: bildisabled: true- name: bingengine: bingshortcut: bidisabled: true- name: bing imagesengine: bing_imagesshortcut: bii- name: bing newsengine: bing_newsshortcut: bin- name: bing videosengine: bing_videosshortcut: biv- name: bitbucketengine: xpathpaging: truesearch_url: https://bitbucket.org/repo/all/{pageno}?name={query}url_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]/@hreftitle_xpath: //article[@class="repo-summary"]//a[@class="repo-link"]content_xpath: //article[@class="repo-summary"]/pcategories: [it, repos]timeout: 4.0disabled: trueshortcut: bbabout:website: https://bitbucket.org/wikidata_id: Q2493781official_api_documentation: https://developer.atlassian.com/bitbucketuse_official_api: falserequire_api_key: falseresults: HTML- name: bpbengine: bpbshortcut: bpbdisabled: true- name: btdiggengine: btdiggshortcut: btdisabled: true- name: openverseengine: openversecategories: imagesshortcut: opv- name: media.ccc.deengine: ccc_mediashortcut: c3tv# We don't set language: de here because media.ccc.de is not just# for a German audience. It contains many English videos and many# German videos have English subtitles.disabled: true- name: chefkochengine: chefkochshortcut: chef# to show premium or plus results too:# skip_premium: false- name: cloudflareaiengine: cloudflareaishortcut: cfai# get api token and accont id from https://developers.cloudflare.com/workers-ai/get-started/rest-api/cf_account_id: 'your_cf_accout_id'cf_ai_api: 'your_cf_api'# create your ai gateway by https://developers.cloudflare.com/ai-gateway/get-started/creating-gateway/cf_ai_gateway: 'your_cf_ai_gateway_name'# find the model name from https://developers.cloudflare.com/workers-ai/models/#text-generationcf_ai_model: 'ai_model_name'# custom your preferences# cf_ai_model_display_name: 'Cloudflare AI'# cf_ai_model_assistant: 'prompts_for_assistant_role'# cf_ai_model_system: 'prompts_for_system_role'timeout: 30disabled: true# - name: core.ac.uk#   engine: core#   categories: science#   shortcut: cor#   # get your API key from: https://core.ac.uk/api-keys/register/#   api_key: 'unset'- name: cppreferenceengine: cppreferenceshortcut: cpppaging: falsedisabled: true- name: crossrefengine: crossrefshortcut: crtimeout: 30disabled: true- name: crowdviewengine: json_engineshortcut: cvcategories: generalpaging: falsesearch_url: https://crowdview-next-js.onrender.com/api/search-v3?query={query}results_query: resultsurl_query: linktitle_query: titlecontent_query: snippettitle_html_to_text: truecontent_html_to_text: truedisabled: trueabout:website: https://crowdview.ai/- name: yepengine: yepshortcut: yepcategories: generalsearch_type: webtimeout: 5disabled: true- name: yep imagesengine: yepshortcut: yepicategories: imagessearch_type: imagesdisabled: true- name: yep newsengine: yepshortcut: yepncategories: newssearch_type: newsdisabled: true- name: curlieengine: xpathshortcut: clcategories: generaldisabled: truepaging: truelang_all: ''search_url: https://curlie.org/search?q={query}&lang={lang}&start={pageno}&stime=92452189page_size: 20results_xpath: //div[@id="site-list-content"]/div[@class="site-item"]url_xpath: ./div[@class="title-and-desc"]/a/@hreftitle_xpath: ./div[@class="title-and-desc"]/a/divcontent_xpath: ./div[@class="title-and-desc"]/div[@class="site-descr"]about:website: https://curlie.org/wikidata_id: Q60715723use_official_api: falserequire_api_key: falseresults: HTML- name: currencyengine: currency_convertcategories: generalshortcut: cc- name: deezerengine: deezershortcut: dzdisabled: true- name: destatisengine: destatisshortcut: destatdisabled: true- name: deviantartengine: deviantartshortcut: datimeout: 3.0- name: ddg definitionsengine: duckduckgo_definitionsshortcut: dddweight: 2disabled: truetests: *tests_infobox# cloudflare protected# - name: digbt#   engine: digbt#   shortcut: dbt#   timeout: 6.0#   disabled: true- name: docker hubengine: docker_hubshortcut: dhcategories: [it, packages]- name: encyclosearchengine: json_engineshortcut: escategories: generalpaging: truesearch_url: https://encyclosearch.org/encyclosphere/search?q={query}&page={pageno}&resultsPerPage=15results_query: Resultsurl_query: SourceURLtitle_query: Titlecontent_query: Descriptiondisabled: trueabout:website: https://encyclosearch.orgofficial_api_documentation: https://encyclosearch.org/docs/#/rest-apiuse_official_api: truerequire_api_key: falseresults: JSON- name: erowidengine: xpathpaging: truefirst_page_num: 0page_size: 30search_url: https://www.erowid.org/search.php?q={query}&s={pageno}url_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/@hreftitle_xpath: //dl[@class="results-list"]/dt[@class="result-title"]/a/text()content_xpath: //dl[@class="results-list"]/dd[@class="result-details"]categories: []shortcut: ewdisabled: trueabout:website: https://www.erowid.org/wikidata_id: Q1430691official_api_documentation:use_official_api: falserequire_api_key: falseresults: HTML# - name: elasticsearch#   shortcut: es#   engine: elasticsearch#   base_url: http://localhost:9200#   username: elastic#   password: changeme#   index: my-index#   # available options: match, simple_query_string, term, terms, custom#   query_type: match#   # if query_type is set to custom, provide your query here#   #custom_query_json: {"query":{"match_all": {}}}#   #show_metadata: false#   disabled: true- name: wikidataengine: wikidatashortcut: wdtimeout: 3.0weight: 2# add "list" to the array to get results in the results listdisplay_type: ["infobox"]tests: *tests_infoboxcategories: [general]- name: duckduckgoengine: duckduckgoshortcut: ddg- name: duckduckgo imagesengine: duckduckgo_extracategories: [images, web]ddg_category: imagesshortcut: ddidisabled: true- name: duckduckgo videosengine: duckduckgo_extracategories: [videos, web]ddg_category: videosshortcut: ddvdisabled: true- name: duckduckgo newsengine: duckduckgo_extracategories: [news, web]ddg_category: newsshortcut: ddndisabled: true- name: duckduckgo weatherengine: duckduckgo_weathershortcut: ddwdisabled: true- name: apple mapsengine: apple_mapsshortcut: apmdisabled: truetimeout: 5.0- name: emojipediaengine: emojipediatimeout: 4.0shortcut: emdisabled: true- name: tineyeengine: tineyeshortcut: tintimeout: 9.0disabled: true- name: etymonlineengine: xpathpaging: truesearch_url: https://etymonline.com/search?page={pageno}&q={query}url_xpath: //a[contains(@class, "word__name--")]/@hreftitle_xpath: //a[contains(@class, "word__name--")]content_xpath: //section[contains(@class, "word__defination")]first_page_num: 1shortcut: etcategories: [dictionaries]about:website: https://www.etymonline.com/wikidata_id: Q1188617official_api_documentation:use_official_api: falserequire_api_key: falseresults: HTML# - name: ebay#   engine: ebay#   shortcut: eb#   base_url: 'https://www.ebay.com'#   disabled: true#   timeout: 5- name: 1xengine: www1xshortcut: 1xtimeout: 3.0disabled: true- name: fdroidengine: fdroidshortcut: fddisabled: true- name: findthatmemeengine: findthatmemeshortcut: ftmdisabled: true- name: flickrcategories: imagesshortcut: fl# You can use the engine using the official stable API, but you need an API# key, see: https://www.flickr.com/services/apps/create/# engine: flickr# api_key: 'apikey' # required!# Or you can use the html non-stable engine, activated by defaultengine: flickr_noapi- name: free software directoryengine: mediawikishortcut: fsdcategories: [it, software wikis]base_url: https://directory.fsf.org/search_type: titletimeout: 5.0disabled: trueabout:website: https://directory.fsf.org/wikidata_id: Q2470288# - name: freesound#   engine: freesound#   shortcut: fnd#   disabled: true#   timeout: 15.0# API key required, see: https://freesound.org/docs/api/overview.html#   api_key: MyAPIkey- name: frinkiacengine: frinkiacshortcut: frkdisabled: true- name: fyydengine: fyydshortcut: fytimeout: 8.0disabled: true- name: geizhalsengine: geizhalsshortcut: geizdisabled: true- name: geniusengine: geniusshortcut: gen- name: gentooengine: mediawikishortcut: gecategories: ["it", "software wikis"]base_url: "https://wiki.gentoo.org/"api_path: "api.php"search_type: texttimeout: 10- name: gitlabengine: gitlabbase_url: https://gitlab.comshortcut: gldisabled: trueabout:website: https://gitlab.com/wikidata_id: Q16639197# - name: gnome#   engine: gitlab#   base_url: https://gitlab.gnome.org#   shortcut: gn#   about:#     website: https://gitlab.gnome.org#     wikidata_id: Q44316- name: githubengine: githubshortcut: gh- name: codeberg# https://docs.searxng.org/dev/engines/online/gitea.htmlengine: giteabase_url: https://codeberg.orgshortcut: cbdisabled: true- name: gitea.comengine: giteabase_url: https://gitea.comshortcut: giteadisabled: true- name: goodreadsengine: goodreadsshortcut: goodtimeout: 4.0disabled: true- name: googleengine: googleshortcut: go# additional_tests:#   android: *test_android- name: google imagesengine: google_imagesshortcut: goi# additional_tests:#   android: *test_android#   dali:#     matrix:#       query: ['Dali Christ']#       lang: ['en', 'de', 'fr', 'zh-CN']#     result_container:#       - ['one_title_contains', 'Salvador']- name: google newsengine: google_newsshortcut: gon# additional_tests:#   android: *test_android- name: google videosengine: google_videosshortcut: gov# additional_tests:#   android: *test_android- name: google scholarengine: google_scholarshortcut: gos- name: google play appsengine: google_playcategories: [files, apps]shortcut: gpaplay_categ: appsdisabled: true- name: google play moviesengine: google_playcategories: videosshortcut: gpmplay_categ: moviesdisabled: true- name: material iconsengine: material_iconscategories: imagesshortcut: midisabled: true- name: habrahabrengine: xpathpaging: truesearch_url: https://habr.com/en/search/page{pageno}/?q={query}results_xpath: //article[contains(@class, "tm-articles-list__item")]url_xpath: .//a[@class="tm-title__link"]/@hreftitle_xpath: .//a[@class="tm-title__link"]content_xpath: .//div[contains(@class, "article-formatted-body")]categories: ittimeout: 4.0disabled: trueshortcut: habrabout:website: https://habr.com/wikidata_id: Q4494434official_api_documentation: https://habr.com/en/docs/help/api/use_official_api: falserequire_api_key: falseresults: HTML- name: hackernewsengine: hackernewsshortcut: hndisabled: true- name: hexengine: hexshortcut: hexdisabled: true# Valid values: name inserted_at updated_at total_downloads recent_downloadssort_criteria: "recent_downloads"page_size: 10- name: crates.ioengine: cratesshortcut: cratesdisabled: truetimeout: 6.0- name: hoogleengine: xpathsearch_url: https://hoogle.haskell.org/?hoogle={query}results_xpath: '//div[@class="result"]'title_xpath: './/div[@class="ans"]//a'url_xpath: './/div[@class="ans"]//a/@href'content_xpath: './/div[@class="from"]'page_size: 20categories: [it, packages]shortcut: hoabout:website: https://hoogle.haskell.org/wikidata_id: Q34010official_api_documentation: https://hackage.haskell.org/apiuse_official_api: falserequire_api_key: falseresults: JSON- name: imdbengine: imdbshortcut: imdbtimeout: 6.0disabled: true- name: imgurengine: imgurshortcut: imgdisabled: true- name: inaengine: inashortcut: intimeout: 6.0disabled: true- name: invidiousengine: invidious# Instanes will be selected randomly, see https://api.invidious.io/ for# instances that are stable (good uptime) and close to you.base_url:- https://invidious.adminforge.de- https://inv.nadeko.netshortcut: ivtimeout: 3.0disabled: true- name: ipernityengine: ipernityshortcut: ipdisabled: true- name: jishoengine: jishoshortcut: jstimeout: 3.0disabled: true- name: kickassengine: kickassbase_url:- https://kickasstorrents.to- https://kickasstorrents.cr- https://kickasstorrent.cr- https://kickass.sx- https://kat.amshortcut: kctimeout: 4.0- name: lemmy communitiesengine: lemmylemmy_type: Communitiesshortcut: leco- name: lemmy usersengine: lemmynetwork: lemmy communitieslemmy_type: Usersshortcut: leus- name: lemmy postsengine: lemmynetwork: lemmy communitieslemmy_type: Postsshortcut: lepo- name: lemmy commentsengine: lemmynetwork: lemmy communitieslemmy_type: Commentsshortcut: lecom- name: library genesisengine: xpath# search_url: https://libgen.is/search.php?req={query}search_url: https://libgen.rs/search.php?req={query}url_xpath: //a[contains(@href,"book/index.php?md5")]/@hreftitle_xpath: //a[contains(@href,"book/")]/text()[1]content_xpath: //td/a[1][contains(@href,"=author")]/text()categories: filestimeout: 7.0disabled: trueshortcut: lgabout:website: https://libgen.fun/wikidata_id: Q22017206official_api_documentation:use_official_api: falserequire_api_key: falseresults: HTML- name: z-libraryengine: zlibraryshortcut: zlibcategories: filestimeout: 7.0- name: library of congressengine: locshortcut: loccategories: images- name: libretranslateengine: libretranslate# https://github.com/LibreTranslate/LibreTranslate?tab=readme-ov-file#mirrorsbase_url:- https://libretranslate.com/translate# api_key: abc123shortcut: ltdisabled: true- name: lingvaengine: lingvashortcut: lv# set lingva instance in url, by default it will use the official instance# url: https://lingva.thedaviddelta.com- name: lobste.rsengine: xpathsearch_url: https://lobste.rs/search?q={query}&what=stories&order=relevanceresults_xpath: //li[contains(@class, "story")]url_xpath: .//a[@class="u-url"]/@hreftitle_xpath: .//a[@class="u-url"]content_xpath: .//a[@class="domain"]categories: itshortcut: lotimeout: 5.0disabled: trueabout:website: https://lobste.rs/wikidata_id: Q60762874official_api_documentation:use_official_api: falserequire_api_key: falseresults: HTML- name: mastodon usersengine: mastodonmastodon_type: accountsbase_url: https://mastodon.socialshortcut: mau- name: mastodon hashtagsengine: mastodonmastodon_type: hashtagsbase_url: https://mastodon.socialshortcut: mah# - name: matrixrooms#   engine: mrs#   # https://docs.searxng.org/dev/engines/online/mrs.html#   # base_url: https://mrs-api-host#   shortcut: mtrx#   disabled: true- name: mdnshortcut: mdnengine: json_enginecategories: [it]paging: truesearch_url: https://developer.mozilla.org/api/v1/search?q={query}&page={pageno}results_query: documentsurl_query: mdn_urlurl_prefix: https://developer.mozilla.orgtitle_query: titlecontent_query: summaryabout:website: https://developer.mozilla.orgwikidata_id: Q3273508official_api_documentation: nulluse_official_api: falserequire_api_key: falseresults: JSON- name: metacpanengine: metacpanshortcut: cpandisabled: truenumber_of_results: 20# - name: meilisearch#   engine: meilisearch#   shortcut: mes#   enable_http: true#   base_url: http://localhost:7700#   index: my-index- name: mixcloudengine: mixcloudshortcut: mc# MongoDB engine# Required dependency: pymongo# - name: mymongo#   engine: mongodb#   shortcut: md#   exact_match_only: false#   host: '127.0.0.1'#   port: 27017#   enable_http: true#   results_per_page: 20#   database: 'business'#   collection: 'reviews'  # name of the db collection#   key: 'name'  # key in the collection to search for- name: mozhiengine: mozhibase_url:- https://mozhi.aryak.me- https://translate.bus-hit.me- https://nyc1.mz.ggtyler.dev# mozhi_engine: google - see https://mozhi.aryak.me for supported enginestimeout: 4.0shortcut: mzdisabled: true- name: mwmblengine: mwmbl# api_url: https://api.mwmbl.orgshortcut: mwmdisabled: true- name: npmengine: npmshortcut: npmtimeout: 5.0disabled: true- name: nyaaengine: nyaashortcut: ntdisabled: true- name: mankierengine: json_enginesearch_url: https://www.mankier.com/api/v2/mans/?q={query}results_query: resultsurl_query: urltitle_query: namecontent_query: descriptioncategories: itshortcut: manabout:website: https://www.mankier.com/official_api_documentation: https://www.mankier.com/apiuse_official_api: truerequire_api_key: falseresults: JSON# read https://docs.searxng.org/dev/engines/online/mullvad_leta.html# - name: mullvadleta#   engine: mullvad_leta#   leta_engine: google # choose one of the following: google, brave#   use_cache: true  # Only 100 non-cache searches per day, suggested only for private instances#   search_url: https://leta.mullvad.net#   categories: [general, web]#   shortcut: ml- name: odyseeengine: odyseeshortcut: oddisabled: true- name: openairedatasetsengine: json_enginepaging: truesearch_url: https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}results_query: response/results/resulturl_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$title_query: metadata/oaf:entity/oaf:result/title/$content_query: metadata/oaf:entity/oaf:result/description/$content_html_to_text: truecategories: "science"shortcut: oadtimeout: 5.0about:website: https://www.openaire.eu/wikidata_id: Q25106053official_api_documentation: https://api.openaire.eu/use_official_api: falserequire_api_key: falseresults: JSON- name: openairepublicationsengine: json_enginepaging: truesearch_url: https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}results_query: response/results/resulturl_query: metadata/oaf:entity/oaf:result/children/instance/webresource/url/$title_query: metadata/oaf:entity/oaf:result/title/$content_query: metadata/oaf:entity/oaf:result/description/$content_html_to_text: truecategories: scienceshortcut: oaptimeout: 5.0about:website: https://www.openaire.eu/wikidata_id: Q25106053official_api_documentation: https://api.openaire.eu/use_official_api: falserequire_api_key: falseresults: JSON- name: openclipartengine: openclipartshortcut: oclinactive: truedisabled: truetimeout: 30- name: openlibraryengine: openlibraryshortcut: oltimeout: 5disabled: true- name: openmeteoengine: open_meteoshortcut: omdisabled: true# - name: opensemanticsearch#   engine: opensemantic#   shortcut: oss#   base_url: 'http://localhost:8983/solr/opensemanticsearch/'- name: openstreetmapengine: openstreetmapshortcut: osm- name: openreposengine: xpathpaging: truesearch_url: https://openrepos.net/search/node/{query}?page={pageno}url_xpath: //li[@class="search-result"]//h3[@class="title"]/a/@hreftitle_xpath: //li[@class="search-result"]//h3[@class="title"]/acontent_xpath: //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]categories: filestimeout: 4.0disabled: trueshortcut: orabout:website: https://openrepos.net/wikidata_id:official_api_documentation:use_official_api: falserequire_api_key: falseresults: HTML- name: packagistengine: json_enginepaging: truesearch_url: https://packagist.org/search.json?q={query}&page={pageno}results_query: resultsurl_query: urltitle_query: namecontent_query: descriptioncategories: [it, packages]disabled: truetimeout: 5.0shortcut: packabout:website: https://packagist.orgwikidata_id: Q108311377official_api_documentation: https://packagist.org/apidocuse_official_api: truerequire_api_key: falseresults: JSON- name: pdbeengine: pdbeshortcut: pdb# Hide obsolete PDB entries.  Default is not to hide obsolete structures#  hide_obsolete: false- name: photonengine: photonshortcut: ph- name: pinterestengine: pinterestshortcut: pin- name: pipedengine: pipedshortcut: ppdcategories: videospiped_filter: videostimeout: 3.0# URL to use as link and for embedsfrontend_url: https://srv.piped.video# Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/backend_url:- https://pipedapi.adminforge.de- https://pipedapi.nosebs.ru- https://pipedapi.ducks.party- https://pipedapi.reallyaweso.me- https://api.piped.private.coffee- https://pipedapi.darkness.services- name: piped.musicengine: pipednetwork: pipedshortcut: ppdmcategories: musicpiped_filter: music_songstimeout: 3.0- name: piratebayengine: piratebayshortcut: tpb# You may need to change this URL to a proxy if piratebay is blocked in your# countryurl: https://thepiratebay.org/timeout: 3.0- name: pixivshortcut: pvengine: pixivdisabled: trueinactive: truepixiv_image_proxies:- https://pximg.example.org# A proxy is required to load the images. Hosting an image proxy server# for Pixiv:#    --> https://pixivfe.pages.dev/hosting-image-proxy-server/# Proxies from public instances.  Ask the public instances owners if they# agree to receive traffic from SearXNG!#    --> https://codeberg.org/VnPower/PixivFE#instances#    --> https://github.com/searxng/searxng/pull/3192#issuecomment-1941095047# image proxy of https://pixiv.cat# - https://i.pixiv.cat# image proxy of https://www.pixiv.pics# - https://pximg.cocomi.eu.org# image proxy of https://pixivfe.exozy.me# - https://pximg.exozy.me# image proxy of https://pixivfe.ducks.party# - https://pixiv.ducks.party# image proxy of https://pixiv.perennialte.ch# - https://pximg.perennialte.ch- name: podcastindexengine: podcastindexshortcut: podcast# Required dependency: psychopg2#  - name: postgresql#    engine: postgresql#    database: postgres#    username: postgres#    password: postgres#    limit: 10#    query_str: 'SELECT * from my_table WHERE my_column = %(query)s'#    shortcut : psql- name: presearchengine: presearchsearch_type: searchcategories: [general, web]shortcut: pstimeout: 4.0disabled: true- name: presearch imagesengine: presearchnetwork: presearchsearch_type: imagescategories: [images, web]timeout: 4.0shortcut: psimgdisabled: true- name: presearch videosengine: presearchnetwork: presearchsearch_type: videoscategories: [general, web]timeout: 4.0shortcut: psviddisabled: true- name: presearch newsengine: presearchnetwork: presearchsearch_type: newscategories: [news, web]timeout: 4.0shortcut: psnewsdisabled: true- name: pub.devengine: xpathshortcut: pdsearch_url: https://pub.dev/packages?q={query}&page={pageno}paging: trueresults_xpath: //div[contains(@class,"packages-item")]url_xpath: ./div/h3/a/@hreftitle_xpath: ./div/h3/acontent_xpath: ./div/div/div[contains(@class,"packages-description")]/spancategories: [packages, it]timeout: 3.0disabled: truefirst_page_num: 1about:website: https://pub.dev/official_api_documentation: https://pub.dev/help/apiuse_official_api: falserequire_api_key: falseresults: HTML- name: public domain image archiveengine: public_domain_image_archiveshortcut: pdia- name: pubmedengine: pubmedshortcut: pubtimeout: 3.0- name: pypishortcut: pypiengine: pypi- name: qwantqwant_categ: webengine: qwantshortcut: qwcategories: [general, web]additional_tests:rosebud: *test_rosebud- name: qwant newsqwant_categ: newsengine: qwantshortcut: qwncategories: newsnetwork: qwant- name: qwant imagesqwant_categ: imagesengine: qwantshortcut: qwicategories: [images, web]network: qwant- name: qwant videosqwant_categ: videosengine: qwantshortcut: qwvcategories: [videos, web]network: qwant# - name: library#   engine: recoll#   shortcut: lib#   base_url: 'https://recoll.example.org/'#   search_dir: ''#   mount_prefix: /export#   dl_prefix: 'https://download.example.org'#   timeout: 30.0#   categories: files#   disabled: true# - name: recoll library reference#   engine: recoll#   base_url: 'https://recoll.example.org/'#   search_dir: reference#   mount_prefix: /export#   dl_prefix: 'https://download.example.org'#   shortcut: libr#   timeout: 30.0#   categories: files#   disabled: true- name: radio browserengine: radio_browsershortcut: rb- name: redditengine: redditshortcut: repage_size: 25disabled: true- name: right daoengine: xpathpaging: truepage_size: 12search_url: https://rightdao.com/search?q={query}&start={pageno}results_xpath: //div[contains(@class, "description")]url_xpath: ../div[contains(@class, "title")]/a/@hreftitle_xpath: ../div[contains(@class, "title")]content_xpath: .categories: generalshortcut: rddisabled: trueabout:website: https://rightdao.com/use_official_api: falserequire_api_key: falseresults: HTML- name: rottentomatoesengine: rottentomatoesshortcut: rtdisabled: true# Required dependency: redis# - name: myredis#   shortcut : rds#   engine: redis_server#   exact_match_only: false#   host: '127.0.0.1'#   port: 6379#   enable_http: true#   password: ''#   db: 0# tmp suspended: bad certificate#  - name: scanr structures#    shortcut: scs#    engine: scanr_structures#    disabled: true- name: searchmysiteengine: xpathshortcut: smscategories: generalpaging: truesearch_url: https://searchmysite.net/search/?q={query}&page={pageno}results_xpath: //div[contains(@class,'search-result')]url_xpath: .//a[contains(@class,'result-link')]/@hreftitle_xpath: .//span[contains(@class,'result-title-txt')]/text()content_xpath: ./p[@id='result-hightlight']disabled: trueabout:website: https://searchmysite.net- name: sepiasearchengine: sepiasearchshortcut: sep- name: soundcloudengine: soundcloudshortcut: sc- name: stackoverflowengine: stackexchangeshortcut: stapi_site: 'stackoverflow'categories: [it, q&a]- name: askubuntuengine: stackexchangeshortcut: ubuntuapi_site: 'askubuntu'categories: [it, q&a]- name: superuserengine: stackexchangeshortcut: suapi_site: 'superuser'categories: [it, q&a]- name: discuss.pythonengine: discourseshortcut: dpybase_url: 'https://discuss.python.org'categories: [it, q&a]disabled: true- name: caddy.communityengine: discourseshortcut: caddybase_url: 'https://caddy.community'categories: [it, q&a]disabled: true- name: pi-hole.communityengine: discourseshortcut: picategories: [it, q&a]base_url: 'https://discourse.pi-hole.net'disabled: true- name: searchcode codeengine: searchcode_codeshortcut: sccdisabled: true# - name: searx#   engine: searx_engine#   shortcut: se#   instance_urls :#       - http://127.0.0.1:8888/#       - ...#   disabled: true- name: semantic scholarengine: semantic_scholardisabled: trueshortcut: se# Spotify needs API credentials# - name: spotify#   engine: spotify#   shortcut: stf#   api_client_id: *******#   api_client_secret: *******# - name: solr#   engine: solr#   shortcut: slr#   base_url: http://localhost:8983#   collection: collection_name#   sort: '' # sorting: asc or desc#   field_list: '' # comma separated list of field names to display on the UI#   default_fields: '' # default field to query#   query_fields: '' # query fields#   enable_http: true# - name: springer nature#   engine: springer#   # get your API key from: https://dev.springernature.com/signup#   # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"#   api_key: 'unset'#   shortcut: springer#   timeout: 15.0- name: startpageengine: startpageshortcut: spstartpage_categ: webcategories: [general, web]additional_tests:rosebud: *test_rosebud- name: startpage newsengine: startpagestartpage_categ: newscategories: [news, web]shortcut: spn- name: startpage imagesengine: startpagestartpage_categ: imagescategories: [images, web]shortcut: spi- name: tokyotoshokanengine: tokyotoshokanshortcut: tttimeout: 6.0disabled: true- name: solidtorrentsengine: solidtorrentsshortcut: solidtimeout: 4.0base_url:- https://solidtorrents.to- https://bitsearch.to# For this demo of the sqlite engine download:#   https://liste.mediathekview.de/filmliste-v2.db.bz2# and unpack into searx/data/filmliste-v2.db# Query to test: "!demo concert"## - name: demo#   engine: sqlite#   shortcut: demo#   categories: general#   result_template: default.html#   database: searx/data/filmliste-v2.db#   query_str:  >-#     SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,#            COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,#            description AS content#       FROM film#      WHERE title LIKE :wildcard OR description LIKE :wildcard#      ORDER BY duration DESC- name: tagesschauengine: tagesschau# when set to false, display URLs from Tagesschau, and not the actual source# (e.g. NDR, WDR, SWR, HR, ...)use_source_url: trueshortcut: tsdisabled: true- name: tmdbengine: xpathpaging: truecategories: moviessearch_url: https://www.themoviedb.org/search?page={pageno}&query={query}results_xpath: //div[contains(@class,"movie") or contains(@class,"tv")]//div[contains(@class,"card")]url_xpath: .//div[contains(@class,"poster")]/a/@hrefthumbnail_xpath: .//img/@srctitle_xpath: .//div[contains(@class,"title")]//h2content_xpath: .//div[contains(@class,"overview")]shortcut: tmdisabled: true# Requires Tor- name: torchengine: xpathpaging: truesearch_url:http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=andresults_xpath: //table//trurl_xpath: ./td[2]/atitle_xpath: ./td[2]/bcontent_xpath: ./td[2]/smallcategories: onionsenable_http: trueshortcut: tch# torznab engine lets you query any torznab compatible indexer.  Using this# engine in combination with Jackett opens the possibility to query a lot of# public and private indexers directly from SearXNG. More details at:# https://docs.searxng.org/dev/engines/online/torznab.html## - name: Torznab EZTV#   engine: torznab#   shortcut: eztv#   base_url: http://localhost:9117/api/v2.0/indexers/eztv/results/torznab#   enable_http: true  # if using localhost#   api_key: xxxxxxxxxxxxxxx#   show_magnet_links: true#   show_torrent_files: false#   # https://github.com/Jackett/Jackett/wiki/Jackett-Categories#   torznab_categories:  # optional#     - 2000#     - 5000# tmp suspended - too slow, too many errors#  - name: urbandictionary#    engine      : xpath#    search_url  : https://www.urbandictionary.com/define.php?term={query}#    url_xpath   : //*[@class="word"]/@href#    title_xpath : //*[@class="def-header"]#    content_xpath: //*[@class="meaning"]#    shortcut: ud- name: unsplashengine: unsplashshortcut: us- name: yandexengine: yandexcategories: generalsearch_type: webshortcut: yddisabled: trueinactive: true- name: yandex imagesengine: yandexcategories: imagessearch_type: imagesshortcut: ydidisabled: trueinactive: true- name: yandex musicengine: yandex_musicshortcut: ydmdisabled: true# https://yandex.com/support/music/access.htmlinactive: true- name: yahooengine: yahooshortcut: yhdisabled: true- name: yahoo newsengine: yahoo_newsshortcut: yhn- name: youtubeshortcut: yt# You can use the engine using the official stable API, but you need an API# key See: https://console.developers.google.com/project## engine: youtube_api# api_key: 'apikey' # required!## Or you can use the html non-stable engine, activated by defaultengine: youtube_noapi- name: dailymotionengine: dailymotionshortcut: dm- name: vimeoengine: vimeoshortcut: vm- name: wibyengine: json_enginepaging: truesearch_url: https://wiby.me/json/?q={query}&p={pageno}url_query: URLtitle_query: Titlecontent_query: Snippetcategories: [general, web]shortcut: wibdisabled: trueabout:website: https://wiby.me/- name: wikibooksengine: mediawikiweight: 0.5shortcut: wbcategories: [general, wikimedia]base_url: "https://{language}.wikibooks.org/"search_type: textdisabled: trueabout:website: https://www.wikibooks.org/wikidata_id: Q367- name: wikinewsengine: mediawikishortcut: wncategories: [news, wikimedia]base_url: "https://{language}.wikinews.org/"search_type: textsrsort: create_timestamp_descabout:website: https://www.wikinews.org/wikidata_id: Q964- name: wikiquoteengine: mediawikiweight: 0.5shortcut: wqcategories: [general, wikimedia]base_url: "https://{language}.wikiquote.org/"search_type: textdisabled: trueadditional_tests:rosebud: *test_rosebudabout:website: https://www.wikiquote.org/wikidata_id: Q369- name: wikisourceengine: mediawikiweight: 0.5shortcut: wscategories: [general, wikimedia]base_url: "https://{language}.wikisource.org/"search_type: textdisabled: trueabout:website: https://www.wikisource.org/wikidata_id: Q263- name: wikispeciesengine: mediawikishortcut: wspcategories: [general, science, wikimedia]base_url: "https://species.wikimedia.org/"search_type: textdisabled: trueabout:website: https://species.wikimedia.org/wikidata_id: Q13679tests:wikispecies:matrix:query: "Campbell, L.I. et al. 2011: MicroRNAs"lang: enresult_container:- not_empty- ['one_title_contains', 'Tardigrada']test:- unique_results- name: wiktionaryengine: mediawikishortcut: wtcategories: [dictionaries, wikimedia]base_url: "https://{language}.wiktionary.org/"search_type: textabout:website: https://www.wiktionary.org/wikidata_id: Q151- name: wikiversityengine: mediawikiweight: 0.5shortcut: wvcategories: [general, wikimedia]base_url: "https://{language}.wikiversity.org/"search_type: textdisabled: trueabout:website: https://www.wikiversity.org/wikidata_id: Q370- name: wikivoyageengine: mediawikiweight: 0.5shortcut: wycategories: [general, wikimedia]base_url: "https://{language}.wikivoyage.org/"search_type: textdisabled: trueabout:website: https://www.wikivoyage.org/wikidata_id: Q373- name: wikicommons.imagesengine: wikicommonsshortcut: wccategories: imagessearch_type: imagesnumber_of_results: 10- name: wikicommons.videosengine: wikicommonsshortcut: wcvcategories: videossearch_type: videosnumber_of_results: 10- name: wikicommons.audioengine: wikicommonsshortcut: wcacategories: musicsearch_type: audionumber_of_results: 10- name: wikicommons.filesengine: wikicommonsshortcut: wcfcategories: filessearch_type: filesnumber_of_results: 10- name: wolframalphashortcut: wa# You can use the engine using the official stable API, but you need an API# key.  See: https://products.wolframalpha.com/api/## engine: wolframalpha_api# api_key: ''## Or you can use the html non-stable engine, activated by defaultengine: wolframalpha_noapitimeout: 6.0categories: generaldisabled: true- name: dictzoneengine: dictzoneshortcut: dc- name: mymemory translatedengine: translatedshortcut: tltimeout: 5.0# You can use without an API key, but you are limited to 1000 words/day# See: https://mymemory.translated.net/doc/usagelimits.php# api_key: ''# Required dependency: mysql-connector-python#  - name: mysql#    engine: mysql_server#    database: mydatabase#    username: user#    password: pass#    limit: 10#    query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'#    shortcut: mysql# Required dependency: mariadb#  - name: mariadb#    engine: mariadb_server#    database: mydatabase#    username: user#    password: pass#    limit: 10#    query_str: 'SELECT * from mytable WHERE fieldname=%(query)s'#    shortcut: mdb- name: 1337xengine: 1337xshortcut: 1337xdisabled: true- name: dudenengine: dudenshortcut: dudisabled: true- name: seznamshortcut: sznengine: seznamdisabled: true# - name: deepl#   engine: deepl#   shortcut: dpl#   # You can use the engine using the official stable API, but you need an API key#   # See: https://www.deepl.com/pro-api?cta=header-pro-api#   api_key: ''  # required!#   timeout: 5.0#   disabled: true- name: mojeekshortcut: mjkengine: mojeekcategories: [general, web]disabled: true- name: mojeek imagesshortcut: mjkimgengine: mojeekcategories: [images, web]search_type: imagespaging: falsedisabled: true- name: mojeek newsshortcut: mjknewsengine: mojeekcategories: [news, web]search_type: newspaging: falsedisabled: true- name: moviepilotengine: moviepilotshortcut: mpdisabled: true- name: navershortcut: nvrcategories: [general, web]engine: xpathpaging: truesearch_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}url_xpath: //a[@class="link_tit"]/@hreftitle_xpath: //a[@class="link_tit"]content_xpath: //div[@class="total_dsc_wrap"]/afirst_page_num: 1page_size: 10disabled: trueabout:website: https://www.naver.com/wikidata_id: Q485639official_api_documentation: https://developers.naver.com/docs/nmt/examples/use_official_api: falserequire_api_key: falseresults: HTMLlanguage: ko- name: rubygemsshortcut: rbgengine: xpathpaging: truesearch_url: https://rubygems.org/search?page={pageno}&query={query}results_xpath: /html/body/main/div/a[@class="gems__gem"]url_xpath: ./@hreftitle_xpath: ./span/h2content_xpath: ./span/psuggestion_xpath: /html/body/main/div/div[@class="search__suggestions"]/p/afirst_page_num: 1categories: [it, packages]disabled: trueabout:website: https://rubygems.org/wikidata_id: Q1853420official_api_documentation: https://guides.rubygems.org/rubygems-org-api/use_official_api: falserequire_api_key: falseresults: HTML- name: peertubeengine: peertubeshortcut: ptbpaging: true# alternatives see: https://instances.joinpeertube.org/instances# base_url: https://tube.4aem.comcategories: videosdisabled: truetimeout: 6.0- name: mediathekviewwebengine: mediathekviewwebshortcut: mvwdisabled: true- name: yacy# https://docs.searxng.org/dev/engines/online/yacy.htmlengine: yacycategories: generalsearch_type: textbase_url:- https://yacy.searchlab.eu# see https://github.com/searxng/searxng/pull/3631#issuecomment-2240903027# - https://search.kyun.li# - https://yacy.securecomcorp.eu# - https://yacy.myserv.ca# - https://yacy.nsupdate.info# - https://yacy.electroncash.deshortcut: yadisabled: true# if you aren't using HTTPS for your local yacy instance disable https# enable_http: falsesearch_mode: 'global'# timeout can be reduced in 'local' search modetimeout: 5.0- name: yacy imagesengine: yacynetwork: yacycategories: imagessearch_type: imageshortcut: yaidisabled: true# timeout can be reduced in 'local' search modetimeout: 5.0- name: rumbleengine: rumbleshortcut: rubase_url: https://rumble.com/paging: truecategories: videosdisabled: true- name: livespaceengine: livespaceshortcut: lscategories: videosdisabled: truetimeout: 5.0- name: wordnikengine: wordnikshortcut: defcategories: [dictionaries]timeout: 5.0- name: woxikon.de synonymeengine: xpathshortcut: woxicategories: [dictionaries]timeout: 5.0disabled: truesearch_url: https://synonyme.woxikon.de/synonyme/{query}.phpurl_xpath: //div[@class="upper-synonyms"]/a/@hrefcontent_xpath: //div[@class="synonyms-list-group"]title_xpath: //div[@class="upper-synonyms"]/ano_result_for_http_status: [404]about:website: https://www.woxikon.de/wikidata_id:  # No Wikidata IDuse_official_api: falserequire_api_key: falseresults: HTMLlanguage: de- name: seekr newsengine: seekrshortcut: senewscategories: newsseekr_category: newsdisabled: true- name: seekr imagesengine: seekrnetwork: seekr newsshortcut: seimgcategories: imagesseekr_category: imagesdisabled: true- name: seekr videosengine: seekrnetwork: seekr newsshortcut: sevidcategories: videosseekr_category: videosdisabled: true- name: stractengine: stractshortcut: strdisabled: true- name: svgrepoengine: svgreposhortcut: svgtimeout: 10.0disabled: true- name: tootfinderengine: tootfindershortcut: toot- name: voidlinuxengine: voidlinuxshortcut: voiddisabled: true- name: wallhavenengine: wallhaven# api_key: abcdefghijklmnopqrstuvwxyzshortcut: wh# wikimini: online encyclopedia for children# The fulltext and title parameter is necessary for Wikimini because# sometimes it will not show the results and redirect instead- name: wikiminiengine: xpathshortcut: wkmnsearch_url: https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Searchurl_xpath: //li/div[@class="mw-search-result-heading"]/a/@hreftitle_xpath: //li//div[@class="mw-search-result-heading"]/acontent_xpath: //li/div[@class="searchresult"]categories: generaldisabled: trueabout:website: https://wikimini.org/wikidata_id: Q3568032use_official_api: falserequire_api_key: falseresults: HTMLlanguage: fr- name: wttr.inengine: wttrshortcut: wttrtimeout: 9.0- name: yummlyengine: yummlyshortcut: yumdisabled: true- name: braveengine: braveshortcut: brtime_range_support: truepaging: truecategories: [general, web]brave_category: search# brave_spellcheck: true- name: brave.imagesengine: bravenetwork: braveshortcut: brimgcategories: [images, web]brave_category: images- name: brave.videosengine: bravenetwork: braveshortcut: brvidcategories: [videos, web]brave_category: videos- name: brave.newsengine: bravenetwork: braveshortcut: brnewscategories: newsbrave_category: news# - name: brave.goggles#   engine: brave#   network: brave#   shortcut: brgog#   time_range_support: true#   paging: true#   categories: [general, web]#   brave_category: goggles#   Goggles: # required! This should be a URL ending in .goggle- name: lib.rsshortcut: lrsengine: lib_rsdisabled: true- name: sourcehutshortcut: srhtengine: xpathpaging: truesearch_url: https://sr.ht/projects?page={pageno}&search={query}results_xpath: (//div[@class="event-list"])[1]/div[@class="event"]url_xpath: ./h4/a[2]/@hreftitle_xpath: ./h4/a[2]content_xpath: ./pfirst_page_num: 1categories: [it, repos]disabled: trueabout:website: https://sr.htwikidata_id: Q78514485official_api_documentation: https://man.sr.ht/use_official_api: falserequire_api_key: falseresults: HTML- name: gooshortcut: gooengine: xpathpaging: truesearch_url: https://search.goo.ne.jp/web.jsp?MT={query}&FR={pageno}0url_xpath: //div[@class="result"]/p[@class='title fsL1']/a/@hreftitle_xpath: //div[@class="result"]/p[@class='title fsL1']/acontent_xpath: //p[contains(@class,'url fsM')]/following-sibling::pfirst_page_num: 0categories: [general, web]disabled: truetimeout: 4.0about:website: https://search.goo.ne.jpwikidata_id: Q249044use_official_api: falserequire_api_key: falseresults: HTMLlanguage: ja- name: bt4gengine: bt4gshortcut: bt4g- name: pkg.go.devengine: pkg_go_devshortcut: pgodisabled: true# Doku engine lets you access to any Doku wiki instance:
# A public one or a privete/corporate one.
#  - name: ubuntuwiki
#    engine: doku
#    shortcut: uw
#    base_url: 'https://doc.ubuntu-fr.org'# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
#  - name: git grep
#    engine: command
#    command: ['git', 'grep', '{{QUERY}}']
#    shortcut: gg
#    tokens: []
#    disabled: true
#    delimiter:
#        chars: ':'
#        keys: ['filepath', 'code']# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
#  - name: locate
#    engine: command
#    command: ['locate', '{{QUERY}}']
#    shortcut: loc
#    tokens: []
#    disabled: true
#    delimiter:
#        chars: ' '
#        keys: ['line']# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
#  - name: find
#    engine: command
#    command: ['find', '.', '-name', '{{QUERY}}']
#    query_type: path
#    shortcut: fnd
#    tokens: []
#    disabled: true
#    delimiter:
#        chars: ' '
#        keys: ['line']# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
#  - name: pattern search in files
#    engine: command
#    command: ['fgrep', '{{QUERY}}']
#    shortcut: fgr
#    tokens: []
#    disabled: true
#    delimiter:
#        chars: ' '
#        keys: ['line']# Be careful when enabling this engine if you are
# running a public instance. Do not expose any sensitive
# information. You can restrict access by configuring a list
# of access tokens under tokens.
#  - name: regex search in files
#    engine: command
#    command: ['grep', '{{QUERY}}']
#    shortcut: gr
#    tokens: []
#    disabled: true
#    delimiter:
#        chars: ' '
#        keys: ['line']doi_resolvers:oadoi.org: 'https://oadoi.org/'doi.org: 'https://doi.org/'doai.io: 'https://dissem.in/'sci-hub.se: 'https://sci-hub.se/'sci-hub.st: 'https://sci-hub.st/'sci-hub.ru: 'https://sci-hub.ru/'default_doi_resolver: 'oadoi.org'

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/896753.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

3471. 找出最大的几近缺失整数

3471. 找出最大的几近缺失整数 class Solution:# 辅助方法&#xff0c;判断第三种情况&#xff0c;只有首位两个元素有可能为最大几近缺失数def f(self,nums,x):return -1 if x in nums else xdef largestInteger(self, nums: List[int], k: int) -> int:n len(nums)if k …

【异常错误】No module named ‘taming.modules.vqvae‘

错误&#xff1a; File "/mnt/d/Pycharm_workspace/text2image/OmniGen-version/OmniGen/latentDiffusion/ldm/models/autoencoder.py", line 6, in <module> from taming.modules.vqvae.quantize import VectorQuantizer2 as VectorQuantizer ModuleNotF…

快检查达梦库怎么了

扁鹊的弟弟来了 要求5分钟定位达梦数据库问题 #!/bin/bash## content 实例个数 告警日志 实例状态 用户连接 活动会话 锁 集群状态 服务状态 磁盘空间 cpu mem 侦听及日志 ## scope 单机、DW、DSC Linux 多实例 ## example 将脚本保存为d.sh&#xff0c;用root用执行&#…

C++20中`constexpr`的显著增强

文章目录 1. **更多标准库函数支持constexpr**2. **支持动态内存分配**3. **支持虚函数和多态**4. **支持try-catch异常处理**5. **更灵活的控制流**6. **支持std::initializer_list**7. **支持修改union活跃成员**8. **允许更多类型的非类型模板参数**总结 C20对 constexpr进…

Tomcat 乱码问题彻底解决

1. 终端乱码问题 找到 tomcat 安装目录下的 conf —> logging.properties .修改ConsoleHandler.endcoding GBK &#xff08;如果在idea中设置了UTF-8字符集&#xff0c;这里就不需要修改&#xff09; 2. CMD命令窗口设置编码 参考&#xff1a;WIN10的cmd查看编码方式&…

【HTML—前端快速入门】HTML 基础

准备工作 vscode下载 百度网盘 Subline Text 下载 Sublime Text下载 百度网盘 vscode 下载 Sublime Text 是一款轻量好用的文本编辑器&#xff0c;我们在写前端代码时&#xff0c;使用 Sublime Text 打开比使用记事本打开&#xff0c;得到的代码体验更好&#xff0c;比 vscode…

Reids缓存穿透、缓存雪崩和缓存击穿

Redis缓存中常见的三个问题&#xff1a;缓存穿透、缓存雪崩和缓存击穿。这些问题在使用Redis作为缓存时经常遇到&#xff0c;但通过合理的策略可以有效解决。我会用简单易懂的方式来讲解&#xff0c;帮助你理解这些问题的原理和解决方案。 1. 缓存穿透 1.1 什么是缓存穿透&…

附录-Python — 包下载缓慢,配置下载镜像

1️⃣命令行配置 pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 2️⃣配置文件配置 1、打开文件夹&#xff0c;输入 %APPDATA% 回车 2、打开 %APPDATA% 路径&#xff0c;并在此路径下新建…

VS 2019 免费版 下载与安装 教程说明

推荐大家直接转到第13步&#xff0c;点击链接即可下载VS2019版本 1.VS官网 2.登录账号 3.在搜索栏输入“2019” 4.点击2019这个标题 5.点击“下载” 6.选择合适的版本下载 7.打开下载文件&#xff08;若下载过程总是转圈圈&#xff0c;则换个网络下载即可&#xff09; 8.安…

介绍 torch-mlir 从 pytorch 生态到 mlir 生态

一、引言 The Torch-MLIR project provides core infrastructure for bridging the PyTorch ecosystem and the MLIR ecosystem. For example, Torch-MLIR enables PyTorch models to be lowered to a few different MLIR dialects. Torch-MLIR does not attempt to provide a…

Java并发编程之ConcurrentHashMap的原理和使用

ConcurrentHashMap(CHM)是Java为解决高并发场景下哈希表性能瓶颈而设计的线程安全容器,其核心目标在于: 线程安全‌:避免多线程操作导致的数据不一致问题‌;高吞吐量‌:通过细粒度锁和无锁化设计降低线程竞争‌;动态扩展‌:支持自动扩容与数据结构优化(如链表转红黑树…

python量化交易——金融数据管理最佳实践——使用qteasy管理本地数据源

文章目录 统一定义的金融历史数据表最重要的数据表数据表的定义交易日历表的定义&#xff1a;交易日历表: trade_calendar qteasy是一个功能全面且易用的量化交易策略框架&#xff0c; Github地址在这里。使用它&#xff0c;能轻松地获取历史数据&#xff0c;创建交易策略并完…

通过 PromptTemplate 生成干净的 SQL 查询语句并执行SQL查询语句

问题描述 在使用 LangChain 和 Llama 模型生成 SQL 查询时&#xff0c;遇到了 sqlite3.OperationalError 错误。错误信息如下&#xff1a; OperationalError: (sqlite3.OperationalError) near "sql SELECT Name FROM MediaType LIMIT 5; ": syntax error [SQL: …

Asp.Net Web API| React.js| EF框架 | SQLite|

asp.net web api EF SQLiteReact前端框架 设计一个首页面&#xff0c;包含三个按钮分别对应三类用户&#xff08;数据查看&#xff0c;设计人员&#xff0c;管理员&#xff09;&#xff0c;当点击管理员的时候弹出一个前端页面可以输入信息&#xff08;以学生数据为例&#…

[SWPUCTF 2022 新生赛]1z_unserialize

题目描述&#xff1a;是很简单的反序列化噢 代码审计看注释 <?phpclass lyh{ //定义一个类为lyhpublic $url NSSCTF.com;//公共属性&#xff0c;初始值为NSSCTF.compublic $lt; //公共属性&#xff0c;没有初始值public $lly; //公共属性&…

【数据库】Update两阶段提交

为什么要两阶段提交 事务提交之后&#xff0c;redo log和bin log 都是需要1持久化到磁盘中&#xff0c;但是这两个是独立的逻辑&#xff0c;可能出现半成功的状态&#xff0c;这样就造成两份日志之间的逻辑不一致。如&#xff1a; 以id1&#xff0c;name ‘小明’执行 updat…

2024年中国城市统计年鉴(PDF+excel)

2024年中国城市统计年鉴&#xff08;PDFexcel&#xff09; 说明&#xff1a;包括地级县级市 格式&#xff1a;PDFEXCEL 《中国城市统计年鉴》是一部全面反映中国城市发展状况的官方统计出版物&#xff0c;包括各级城市的详细统计数据。这部年鉴自1985年开始出版&#xff0c;…

蓝桥杯 灯笼大乱斗【算法赛】

问题描述 元宵佳节&#xff0c;一场别开生面的灯笼大赛热闹非凡。NN 位技艺精湛的灯笼师依次落座&#xff0c;每位师傅都有相应的资历值&#xff0c;其中第 ii 位师傅的资历值为 AiAi​。从左到右&#xff0c;师傅们的资历值逐级递增&#xff08;即 A1<A2<⋯<ANA1​&l…

HarmonyOS 5.0应用开发——多线程Worker和@Sendable的使用方法

【高心星出品】 文章目录 多线程Worker和Sendable的使用方法开发步骤运行结果 多线程Worker和Sendable的使用方法 Worker在HarmonyOS中提供了一种多线程的实现方式&#xff0c;它允许开发者在后台线程中执行长耗时任务&#xff0c;从而避免阻塞主线程并提高应用的响应性。 S…

避坑!用Docker搞定PHP开发环境搭建(Mac、Docker、Nginx、PHP-FPM、XDebug、PHPStorm、VSCode)

本次更新主要是对环境版本进行了更新&#xff0c;例如php 7.3.7升级到了7.3.8&#xff0c;另外之前的版本有同学踩了坑&#xff0c;主要是官方docker镜像php:7.3.7-fpm和php:7.3.8-fpm使用了不同版本的debian&#xff0c;后面会提到&#xff0c;请各位同学留意。 因为最近换电脑…