bump: 2025.7.17-e851bc1
All checks were successful
/ deploy (push) Successful in 5s

This commit is contained in:
ange 2025-07-18 17:34:04 +00:00
parent d1bbd27fee
commit b00854e655
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
4 changed files with 33 additions and 12 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.6.27-49fdf4e IMAGEAPP=docker.io/searxng/searxng:2025.7.17-e851bc1

View File

@ -2386,6 +2386,7 @@
- '(.*\.)?bimg\.abv\.bg$' - '(.*\.)?bimg\.abv\.bg$'
- '(.*\.)?bindedge\.com$' - '(.*\.)?bindedge\.com$'
- '(.*\.)?bindfast\.com$' - '(.*\.)?bindfast\.com$'
- '(.*\.)?biomagin\.com$'
- '(.*\.)?bioware\.fr$' - '(.*\.)?bioware\.fr$'
- '(.*\.)?birth\-control\.1\.p2l\.info$' - '(.*\.)?birth\-control\.1\.p2l\.info$'
- '(.*\.)?biscuit\-taste\.net$' - '(.*\.)?biscuit\-taste\.net$'
@ -8028,6 +8029,7 @@
- '(.*\.)?retaildetail\.fr$' - '(.*\.)?retaildetail\.fr$'
- '(.*\.)?retin\-a\.1\.p2l\.info$' - '(.*\.)?retin\-a\.1\.p2l\.info$'
- '(.*\.)?retrofuture\.fr$' - '(.*\.)?retrofuture\.fr$'
- '(.*\.)?return2025costco\.com$'
- '(.*\.)?rev\-cvnada\-dep\.com$' - '(.*\.)?rev\-cvnada\-dep\.com$'
- '(.*\.)?reverso\.refr\.adgtw\.orangeads\.fr$' - '(.*\.)?reverso\.refr\.adgtw\.orangeads\.fr$'
- '(.*\.)?revoke\-dashboard\.com$' - '(.*\.)?revoke\-dashboard\.com$'
@ -8054,6 +8056,7 @@
- '(.*\.)?rimaje\.nl$' - '(.*\.)?rimaje\.nl$'
- '(.*\.)?rimnow\.fr$' - '(.*\.)?rimnow\.fr$'
- '(.*\.)?ringtonepartner\.com$' - '(.*\.)?ringtonepartner\.com$'
- '(.*\.)?riosaladohp\.com$'
- '(.*\.)?riptownmedia\.122\.2o7\.net$' - '(.*\.)?riptownmedia\.122\.2o7\.net$'
- '(.*\.)?rivalo\.network$' - '(.*\.)?rivalo\.network$'
- '(.*\.)?river\-store\.com$' - '(.*\.)?river\-store\.com$'
@ -8941,6 +8944,7 @@
- '(.*\.)?straighttangerine\.cz\.cc$' - '(.*\.)?straighttangerine\.cz\.cc$'
- '(.*\.)?strategies360\.fr$' - '(.*\.)?strategies360\.fr$'
- '(.*\.)?strategy\.lmobi\.net$' - '(.*\.)?strategy\.lmobi\.net$'
- '(.*\.)?stratus\.campaign\-image\.com\.cn$'
- '(.*\.)?strawpoii\.me$' - '(.*\.)?strawpoii\.me$'
- '(.*\.)?stream\-direct\.co$' - '(.*\.)?stream\-direct\.co$'
- '(.*\.)?streamate\.com$' - '(.*\.)?streamate\.com$'
@ -11754,6 +11758,8 @@
- '(.*\.)?zapcdn\.space$' - '(.*\.)?zapcdn\.space$'
- '(.*\.)?zazerygu\.pro$' - '(.*\.)?zazerygu\.pro$'
- '(.*\.)?zb1\.zeroredirect1\.com$' - '(.*\.)?zb1\.zeroredirect1\.com$'
- '(.*\.)?zc1\.campaign\-view\.com\.cn$'
- '(.*\.)?zc1\.maillist\-manage\.com\.cn$'
- '(.*\.)?zc1\.zeroredirect11\.com$' - '(.*\.)?zc1\.zeroredirect11\.com$'
- '(.*\.)?zdads\.e\-media\.com$' - '(.*\.)?zdads\.e\-media\.com$'
- '(.*\.)?zebutal\.1\.p2l\.info$' - '(.*\.)?zebutal\.1\.p2l\.info$'

View File

@ -110,16 +110,15 @@ server:
X-Robots-Tag: noindex, nofollow X-Robots-Tag: noindex, nofollow
Referrer-Policy: no-referrer Referrer-Policy: no-referrer
redis: valkey:
# URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}. # URL to connect valkey database. Is overwritten by ${SEARXNG_VALKEY_URL}.
# https://docs.searxng.org/admin/settings/settings_redis.html#settings-redis # https://docs.searxng.org/admin/settings/settings_valkey.html#settings-valkey
url: redis://valkey # url: valkey://localhost:6379/0
url: valkey://valkey/0
ui: ui:
# Custom static path - leave it blank if you didn't change # Custom static path - leave it blank if you didn't change
static_path: "" static_path: ""
# Is overwritten by ${SEARXNG_STATIC_USE_HASH}.
static_use_hash: false
# Custom templates path - leave it blank if you didn't change # Custom templates path - leave it blank if you didn't change
templates_path: "" templates_path: ""
# query_in_title: When true, the result page's titles contains the query # query_in_title: When true, the result page's titles contains the query
@ -1554,6 +1553,20 @@ engines:
url: https://thepiratebay.org/ url: https://thepiratebay.org/
timeout: 3.0 timeout: 3.0
- name: pixabay images
engine: pixabay
pixabay_type: images
categories: images
shortcut: pixi
disabled: true
- name: pixabay videos
engine: pixabay
pixabay_type: videos
categories: videos
shortcut: pixv
disabled: true
- name: pixiv - name: pixiv
shortcut: pv shortcut: pv
engine: pixiv engine: pixiv
@ -1766,10 +1779,10 @@ engines:
shortcut: rt shortcut: rt
disabled: true disabled: true
# Required dependency: redis # Required dependency: valkey
# - name: myredis # - name: myvalkey
# shortcut : rds # shortcut : rds
# engine: redis_server # engine: valkey_server
# exact_match_only: false # exact_match_only: false
# host: '127.0.0.1' # host: '127.0.0.1'
# port: 6379 # port: 6379

View File

@ -3,12 +3,14 @@
import urllib.request as request import urllib.request as request
import re import re
HOSTS = "https://someonewhocares.org/hosts/zero/hosts" URL = "https://someonewhocares.org/hosts/zero/hosts"
OUTPUT = "config/hostnames_remove.yml" OUTPUT = "config/hostnames_remove.yml"
def main(): def main():
with request.urlopen(HOSTS) as i: with request.urlopen(
request.Request(URL, headers={"User-Agent": "curl/8.15.0"})
) as i:
with open(OUTPUT, "w+") as o: with open(OUTPUT, "w+") as o:
print( print(
*sorted( *sorted(