bump: 2025.2.20-28d1240fc
All checks were successful
/ deploy (push) Successful in 5s

This commit is contained in:
ange 2025-02-21 06:32:18 +00:00
parent 40183ba2b5
commit 76de8ceb34
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 43 additions and 23 deletions

2
.env
View File

@ -1,2 +1,2 @@
PROD_URL=searx.gmoker.com PROD_URL=searx.gmoker.com
IMAGEAPP=docker.io/searxng/searxng:2025.1.26-70f1b6500 IMAGEAPP=docker.io/searxng/searxng:2025.2.20-28d1240fc

View File

@ -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: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex", # Existing autocomplete backends: "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
# "mwmbl", "seznam", "startpage", "stract", "swisscows", "qwant", "wikipedia" - # "mwmbl", "seznam", "stract", "swisscows", "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
@ -143,14 +143,24 @@ ui:
# URL formatting: pretty, full or host # URL formatting: pretty, full or host
url_formatting: pretty url_formatting: pretty
# Lock arbitrary settings on the preferences page. To find the ID of the user # Lock arbitrary settings on the preferences page.
# setting you want to lock, check the ID of the form on the page "preferences".
# #
# preferences: # preferences:
# lock: # lock:
# - categories
# - language # - language
# - autocomplete # - autocomplete
# - favicon
# - safesearch
# - method # - method
# - doi_resolver
# - locale
# - theme
# - results_on_new_tab
# - infinite_scroll
# - search_on_category_select
# - method
# - image_proxy
# - query_in_title # - query_in_title
# searx supports result proxification using an external service: # searx supports result proxification using an external service:
@ -212,14 +222,15 @@ outgoing:
# - fe80::/126 # - fe80::/126
# External plugin configuration, for more details see # External plugin configuration, for more details see
# https://docs.searxng.org/dev/plugins.html # https://docs.searxng.org/admin/settings/settings_plugins.html
# #
# plugins: # plugins:
# - plugin1 # - mypackage.mymodule.MyPlugin
# - plugin2 # - mypackage.mymodule.MyOtherPlugin
# - ... # - ...
# Comment or un-comment plugin to activate / deactivate by default. # Comment or un-comment plugin to activate / deactivate by default.
# https://docs.searxng.org/admin/settings/settings_plugins.html
# #
enabled_plugins: enabled_plugins:
# these plugins are enabled if nothing is configured .. # these plugins are enabled if nothing is configured ..
@ -1036,14 +1047,8 @@ engines:
# Instanes will be selected randomly, see https://api.invidious.io/ for # Instanes will be selected randomly, see https://api.invidious.io/ for
# instances that are stable (good uptime) and close to you. # instances that are stable (good uptime) and close to you.
base_url: base_url:
- https://invidious.io.lol - https://invidious.adminforge.de
- https://invidious.fdn.fr - https://inv.nadeko.net
- https://yt.artemislena.eu
- https://invidious.tiekoetter.com
- https://invidious.flokinet.to
- https://vid.puffyan.us
- https://invidious.privacydev.net
- https://inv.tux.pizza
shortcut: iv shortcut: iv
timeout: 3.0 timeout: 3.0
disabled: true disabled: true
@ -1128,8 +1133,7 @@ engines:
engine: libretranslate engine: libretranslate
# https://github.com/LibreTranslate/LibreTranslate?tab=readme-ov-file#mirrors # https://github.com/LibreTranslate/LibreTranslate?tab=readme-ov-file#mirrors
base_url: base_url:
- https://translate.terraprint.co - https://libretranslate.com/translate
- https://trans.zillyhuhn.com
# api_key: abc123 # api_key: abc123
shortcut: lt shortcut: lt
disabled: true disabled: true
@ -1409,9 +1413,12 @@ engines:
frontend_url: https://srv.piped.video frontend_url: https://srv.piped.video
# Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/ # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/
backend_url: backend_url:
- https://pipedapi.kavin.rocks
- https://pipedapi-libre.kavin.rocks
- https://pipedapi.adminforge.de - 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.music - name: piped.music
engine: piped engine: piped
@ -1523,7 +1530,7 @@ engines:
require_api_key: false require_api_key: false
results: HTML results: HTML
- name: Public Domain Image Archive - name: public domain image archive
engine: public_domain_image_archive engine: public_domain_image_archive
shortcut: pdia shortcut: pdia
disabled: true disabled: true
@ -1746,11 +1753,23 @@ engines:
- name: startpage - name: startpage
engine: startpage engine: startpage
shortcut: sp shortcut: sp
timeout: 6.0 startpage_categ: web
disabled: true categories: [general, web]
additional_tests: additional_tests:
rosebud: *test_rosebud rosebud: *test_rosebud
- name: startpage news
engine: startpage
startpage_categ: news
categories: [news, web]
shortcut: spn
- name: startpage images
engine: startpage
startpage_categ: images
categories: [images, web]
shortcut: spi
- name: tokyotoshokan - name: tokyotoshokan
engine: tokyotoshokan engine: tokyotoshokan
shortcut: tt shortcut: tt
@ -2317,6 +2336,7 @@ engines:
engine: wallhaven engine: wallhaven
# api_key: abcdefghijklmnopqrstuvwxyz # api_key: abcdefghijklmnopqrstuvwxyz
shortcut: wh shortcut: wh
disabled: true
# wikimini: online encyclopedia for children # wikimini: online encyclopedia for children
# The fulltext and title parameter is necessary for Wikimini because # The fulltext and title parameter is necessary for Wikimini because

View File

@ -12,7 +12,7 @@ new_commit="$(grep -Eo '\w+$' <<< "$new_tag")"
for f in limiter.toml settings.yml; do for f in limiter.toml settings.yml; do
if curl -Lo "$tmp" "$REPO/$new_commit/searx/$f" && ! diff -Z "$tmp" "config/$f" > /dev/null; then if curl -Lo "$tmp" "$REPO/$new_commit/searx/$f" && ! diff -Z "$tmp" "config/$f" > /dev/null; then
$EDITOR -d -c "wincmd l" -- "$tmp" "config/$f" $EDITOR -d -- "config/$f" "$tmp"
fi fi
done done