This commit is contained in:
parent
156770b955
commit
40183ba2b5
2
.env
2
.env
@ -1,2 +1,2 @@
|
|||||||
PROD_URL=searx.gmoker.com
|
PROD_URL=searx.gmoker.com
|
||||||
IMAGEAPP=docker.io/searxng/searxng:2025.1.25-176079977
|
IMAGEAPP=docker.io/searxng/searxng:2025.1.26-70f1b6500
|
||||||
|
@ -33,10 +33,10 @@ brand:
|
|||||||
search:
|
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: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl",
|
# Existing autocomplete backends: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
||||||
# "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
# "mwmbl", "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" -
|
||||||
# by default.
|
# leave blank to turn it off by default.
|
||||||
autocomplete: "brave"
|
autocomplete: ""
|
||||||
# minimun characters to type before autocompleter starts
|
# minimun characters to type before autocompleter starts
|
||||||
autocomplete_min: 4
|
autocomplete_min: 4
|
||||||
# backend for the favicon near URL in search results.
|
# backend for the favicon near URL in search results.
|
||||||
@ -412,6 +412,14 @@ engines:
|
|||||||
engine: archlinux
|
engine: archlinux
|
||||||
shortcut: al
|
shortcut: al
|
||||||
|
|
||||||
|
- name: nixos wiki
|
||||||
|
engine: mediawiki
|
||||||
|
shortcut: nixw
|
||||||
|
base_url: https://wiki.nixos.org/
|
||||||
|
search_type: text
|
||||||
|
disabled: true
|
||||||
|
categories: [it, software wikis]
|
||||||
|
|
||||||
- name: artic
|
- name: artic
|
||||||
engine: artic
|
engine: artic
|
||||||
shortcut: arc
|
shortcut: arc
|
||||||
@ -1868,7 +1876,6 @@ engines:
|
|||||||
- name: yahoo
|
- name: yahoo
|
||||||
engine: yahoo
|
engine: yahoo
|
||||||
shortcut: yh
|
shortcut: yh
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: yahoo news
|
- name: yahoo news
|
||||||
engine: yahoo_news
|
engine: yahoo_news
|
||||||
@ -1888,7 +1895,6 @@ engines:
|
|||||||
- name: dailymotion
|
- name: dailymotion
|
||||||
engine: dailymotion
|
engine: dailymotion
|
||||||
shortcut: dm
|
shortcut: dm
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: vimeo
|
- name: vimeo
|
||||||
engine: vimeo
|
engine: vimeo
|
||||||
@ -2017,7 +2023,6 @@ engines:
|
|||||||
categories: images
|
categories: images
|
||||||
search_type: images
|
search_type: images
|
||||||
number_of_results: 10
|
number_of_results: 10
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: wikicommons.videos
|
- name: wikicommons.videos
|
||||||
engine: wikicommons
|
engine: wikicommons
|
||||||
@ -2025,7 +2030,6 @@ engines:
|
|||||||
categories: videos
|
categories: videos
|
||||||
search_type: videos
|
search_type: videos
|
||||||
number_of_results: 10
|
number_of_results: 10
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: wikicommons.audio
|
- name: wikicommons.audio
|
||||||
engine: wikicommons
|
engine: wikicommons
|
||||||
@ -2033,7 +2037,6 @@ engines:
|
|||||||
categories: music
|
categories: music
|
||||||
search_type: audio
|
search_type: audio
|
||||||
number_of_results: 10
|
number_of_results: 10
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: wikicommons.files
|
- name: wikicommons.files
|
||||||
engine: wikicommons
|
engine: wikicommons
|
||||||
@ -2041,7 +2044,6 @@ engines:
|
|||||||
categories: files
|
categories: files
|
||||||
search_type: files
|
search_type: files
|
||||||
number_of_results: 10
|
number_of_results: 10
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: wolframalpha
|
- name: wolframalpha
|
||||||
shortcut: wa
|
shortcut: wa
|
||||||
|
Loading…
Reference in New Issue
Block a user