This commit is contained in:
parent
902929345d
commit
9e487207df
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2025.5.2-590b21165
|
||||
IMAGEAPP=docker.io/searxng/searxng:2025.5.29-913dfbd
|
||||
|
@ -34,7 +34,7 @@ search:
|
||||
# Filter results. 0: None, 1: Moderate, 2: Strict
|
||||
safe_search: 0
|
||||
# Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
||||
# "mwmbl", "seznam", "sogou", "stract", "swisscows", "quark", "qwant", "wikipedia" -
|
||||
# "mwmbl", "naver", "seznam", "sogou", "stract", "swisscows", "quark", "qwant", "wikipedia" -
|
||||
# leave blank to turn it off by default.
|
||||
autocomplete: ""
|
||||
# minimun characters to type before autocompleter starts
|
||||
@ -47,9 +47,14 @@ search:
|
||||
default_lang: "auto"
|
||||
# max_page: 0 # if engine supports paging, 0 means unlimited numbers of pages
|
||||
# Available languages
|
||||
#languages:
|
||||
# - fr-FR
|
||||
# - en-US
|
||||
# languages:
|
||||
# - all
|
||||
# - en
|
||||
# - en-US
|
||||
# - de
|
||||
# - it-IT
|
||||
# - fr
|
||||
# - fr-BE
|
||||
# ban time in seconds after engine errors
|
||||
ban_time_on_fail: 5
|
||||
# max ban time in seconds after engine errors
|
||||
@ -164,18 +169,6 @@ ui:
|
||||
# - 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:
|
||||
@ -1033,7 +1026,6 @@ engines:
|
||||
|
||||
- name: material icons
|
||||
engine: material_icons
|
||||
categories: images
|
||||
shortcut: mi
|
||||
disabled: true
|
||||
|
||||
@ -1132,16 +1124,15 @@ engines:
|
||||
timeout: 6.0
|
||||
disabled: true
|
||||
|
||||
- name: invidious
|
||||
engine: 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.net
|
||||
shortcut: iv
|
||||
timeout: 3.0
|
||||
disabled: true
|
||||
# - name: invidious
|
||||
# engine: invidious
|
||||
# # if you want to use invidious with SearXNG you should setup one locally
|
||||
# # https://github.com/searxng/searxng/issues/2722#issuecomment-2884993248
|
||||
# base_url:
|
||||
# - https://invidious.example1.com
|
||||
# - https://invidious.example2.com
|
||||
# shortcut: iv
|
||||
# timeout: 3.0
|
||||
|
||||
- name: ipernity
|
||||
engine: ipernity
|
||||
@ -2340,25 +2331,31 @@ engines:
|
||||
disabled: true
|
||||
|
||||
- name: naver
|
||||
shortcut: nvr
|
||||
categories: [general, web]
|
||||
engine: xpath
|
||||
paging: true
|
||||
search_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"]/@href
|
||||
title_xpath: //a[@class="link_tit"]
|
||||
content_xpath: //div[@class="total_dsc_wrap"]/a
|
||||
first_page_num: 1
|
||||
page_size: 10
|
||||
engine: naver
|
||||
shortcut: nvr
|
||||
disabled: true
|
||||
|
||||
- name: naver images
|
||||
naver_category: images
|
||||
categories: [images]
|
||||
engine: naver
|
||||
shortcut: nvri
|
||||
disabled: true
|
||||
|
||||
- name: naver news
|
||||
naver_category: news
|
||||
categories: [news]
|
||||
engine: naver
|
||||
shortcut: nvrn
|
||||
disabled: true
|
||||
|
||||
- name: naver videos
|
||||
naver_category: videos
|
||||
categories: [videos]
|
||||
engine: naver
|
||||
shortcut: nvrv
|
||||
disabled: true
|
||||
about:
|
||||
website: https://www.naver.com/
|
||||
wikidata_id: Q485639
|
||||
official_api_documentation: https://developers.naver.com/docs/nmt/examples/
|
||||
use_official_api: false
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
language: ko
|
||||
|
||||
- name: rubygems
|
||||
shortcut: rbg
|
||||
@ -2505,6 +2502,11 @@ engines:
|
||||
engine: tootfinder
|
||||
shortcut: toot
|
||||
|
||||
- name: uxwing
|
||||
engine: uxwing
|
||||
shortcut: ux
|
||||
disabled: true
|
||||
|
||||
- name: voidlinux
|
||||
engine: voidlinux
|
||||
shortcut: void
|
||||
|
Loading…
Reference in New Issue
Block a user