This commit is contained in:
parent
902929345d
commit
9e487207df
2
.env
2
.env
@ -1,2 +1,2 @@
|
|||||||
PROD_URL=searx.gmoker.com
|
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
|
# Filter results. 0: None, 1: Moderate, 2: Strict
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
# Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
# 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.
|
# leave blank to turn it off by default.
|
||||||
autocomplete: ""
|
autocomplete: ""
|
||||||
# minimun characters to type before autocompleter starts
|
# minimun characters to type before autocompleter starts
|
||||||
@ -47,9 +47,14 @@ search:
|
|||||||
default_lang: "auto"
|
default_lang: "auto"
|
||||||
# max_page: 0 # if engine supports paging, 0 means unlimited numbers of pages
|
# max_page: 0 # if engine supports paging, 0 means unlimited numbers of pages
|
||||||
# Available languages
|
# Available languages
|
||||||
#languages:
|
# languages:
|
||||||
# - fr-FR
|
# - all
|
||||||
# - en-US
|
# - en
|
||||||
|
# - en-US
|
||||||
|
# - de
|
||||||
|
# - it-IT
|
||||||
|
# - fr
|
||||||
|
# - fr-BE
|
||||||
# ban time in seconds after engine errors
|
# ban time in seconds after engine errors
|
||||||
ban_time_on_fail: 5
|
ban_time_on_fail: 5
|
||||||
# max ban time in seconds after engine errors
|
# max ban time in seconds after engine errors
|
||||||
@ -164,18 +169,6 @@ ui:
|
|||||||
# - image_proxy
|
# - image_proxy
|
||||||
# - query_in_title
|
# - 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
|
# communication with search engines
|
||||||
#
|
#
|
||||||
outgoing:
|
outgoing:
|
||||||
@ -1033,7 +1026,6 @@ engines:
|
|||||||
|
|
||||||
- name: material icons
|
- name: material icons
|
||||||
engine: material_icons
|
engine: material_icons
|
||||||
categories: images
|
|
||||||
shortcut: mi
|
shortcut: mi
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
@ -1132,16 +1124,15 @@ engines:
|
|||||||
timeout: 6.0
|
timeout: 6.0
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: invidious
|
# - name: invidious
|
||||||
engine: invidious
|
# engine: invidious
|
||||||
# Instanes will be selected randomly, see https://api.invidious.io/ for
|
# # if you want to use invidious with SearXNG you should setup one locally
|
||||||
# instances that are stable (good uptime) and close to you.
|
# # https://github.com/searxng/searxng/issues/2722#issuecomment-2884993248
|
||||||
base_url:
|
# base_url:
|
||||||
- https://invidious.adminforge.de
|
# - https://invidious.example1.com
|
||||||
- https://inv.nadeko.net
|
# - https://invidious.example2.com
|
||||||
shortcut: iv
|
# shortcut: iv
|
||||||
timeout: 3.0
|
# timeout: 3.0
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: ipernity
|
- name: ipernity
|
||||||
engine: ipernity
|
engine: ipernity
|
||||||
@ -2340,25 +2331,31 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: naver
|
- name: naver
|
||||||
shortcut: nvr
|
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
engine: xpath
|
engine: naver
|
||||||
paging: true
|
shortcut: nvr
|
||||||
search_url: https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
|
disabled: true
|
||||||
url_xpath: //a[@class="link_tit"]/@href
|
|
||||||
title_xpath: //a[@class="link_tit"]
|
- name: naver images
|
||||||
content_xpath: //div[@class="total_dsc_wrap"]/a
|
naver_category: images
|
||||||
first_page_num: 1
|
categories: [images]
|
||||||
page_size: 10
|
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
|
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
|
- name: rubygems
|
||||||
shortcut: rbg
|
shortcut: rbg
|
||||||
@ -2505,6 +2502,11 @@ engines:
|
|||||||
engine: tootfinder
|
engine: tootfinder
|
||||||
shortcut: toot
|
shortcut: toot
|
||||||
|
|
||||||
|
- name: uxwing
|
||||||
|
engine: uxwing
|
||||||
|
shortcut: ux
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: voidlinux
|
- name: voidlinux
|
||||||
engine: voidlinux
|
engine: voidlinux
|
||||||
shortcut: void
|
shortcut: void
|
||||||
|
Loading…
Reference in New Issue
Block a user