This commit is contained in:
parent
8e0bd6e82f
commit
156770b955
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.12.25-73e395c8c
|
||||
IMAGEAPP=docker.io/searxng/searxng:2025.1.25-176079977
|
||||
|
@ -1934,6 +1934,7 @@
|
||||
- '(.*\.)?ap\.oasfile\.aftenposten\.no$'
|
||||
- '(.*\.)?ap\.read\.mediation\.pns\.ap\.orangeads\.fr$'
|
||||
- '(.*\.)?apac\.rel\.msn\.com$'
|
||||
- '(.*\.)?apconsultantgroup\.com$'
|
||||
- '(.*\.)?apdigitalorg\.112\.2o7\.net$'
|
||||
- '(.*\.)?apdigitalorgovn\.112\.2o7\.net$'
|
||||
- '(.*\.)?apel3\.fr$'
|
||||
@ -2764,6 +2765,7 @@
|
||||
- '(.*\.)?campinglespins\.fr$'
|
||||
- '(.*\.)?camplace\.fr$'
|
||||
- '(.*\.)?campus\-forprof\.fr$'
|
||||
- '(.*\.)?canada\.postcanadakxcif\.top$'
|
||||
- '(.*\.)?canadaalltax\.com$'
|
||||
- '(.*\.)?canadapost\-delivery\-reshedule\.com$'
|
||||
- '(.*\.)?canadapost\-paymentservice\.com$'
|
||||
@ -4739,6 +4741,7 @@
|
||||
- '(.*\.)?go\.padsdelivery\.com$'
|
||||
- '(.*\.)?go\.padstm\.com$'
|
||||
- '(.*\.)?go\.pl\.bbelements\.com$'
|
||||
- '(.*\.)?go\.rightdailyfeed\.com$'
|
||||
- '(.*\.)?go\.spaceshipads\.com$'
|
||||
- '(.*\.)?go\.stirshakead\.com$'
|
||||
- '(.*\.)?go\.verymuchad\.com$'
|
||||
@ -6654,6 +6657,7 @@
|
||||
- '(.*\.)?mygummyjelly\.com$'
|
||||
- '(.*\.)?myheartbuild\.com$'
|
||||
- '(.*\.)?myhitbox\.com$'
|
||||
- '(.*\.)?myhst2024\.com$'
|
||||
- '(.*\.)?mylike\.co\.uk$'
|
||||
- '(.*\.)?mylovelypet\.net$'
|
||||
- '(.*\.)?mymediarecommendations\.com$'
|
||||
@ -9188,6 +9192,7 @@
|
||||
- '(.*\.)?theappanalytics\.com$'
|
||||
- '(.*\.)?thebestgame2020\.com$'
|
||||
- '(.*\.)?thebestknifes\.fr$'
|
||||
- '(.*\.)?thebestone\.click$'
|
||||
- '(.*\.)?thebestwebpillplace\.com$'
|
||||
- '(.*\.)?thebitcrew\.com$'
|
||||
- '(.*\.)?thebrighttag\.com$'
|
||||
@ -9825,6 +9830,7 @@
|
||||
- '(.*\.)?vast\.tubemogul\.com$'
|
||||
- '(.*\.)?vast\.vertamedia\.com$'
|
||||
- '(.*\.)?vault\-encryption\.com$'
|
||||
- '(.*\.)?vc\-login\.com$'
|
||||
- '(.*\.)?vcarrefour\.fr$'
|
||||
- '(.*\.)?vcdn\.adnxs\.com$'
|
||||
- '(.*\.)?vcm\.oewabox\.at$'
|
||||
@ -11146,7 +11152,6 @@
|
||||
- '(.*\.)?www\.myseostats\.com$'
|
||||
- '(.*\.)?www\.myuitm\.com$'
|
||||
- '(.*\.)?www\.myusersonline\.com$'
|
||||
- '(.*\.)?www\.mywot\.com$'
|
||||
- '(.*\.)?www\.na47\.com$'
|
||||
- '(.*\.)?www\.nas\-k\.co\.jp$'
|
||||
- '(.*\.)?www\.nationalissuepanel\.com$'
|
||||
|
@ -237,9 +237,6 @@ enabled_plugins:
|
||||
# Configuration of the "Hostnames plugin":
|
||||
#
|
||||
hostnames:
|
||||
replace:
|
||||
'(.*\.)?reddit\.com$': 'old.reddit.com'
|
||||
'(.*\.)?redd\.it$': 'old.reddit.com'
|
||||
remove: 'hostnames_remove.yml'
|
||||
|
||||
checker:
|
||||
@ -353,6 +350,14 @@ engines:
|
||||
require_api_key: false
|
||||
results: JSON
|
||||
|
||||
# - name: astrophysics data system
|
||||
# engine: astrophysics_data_system
|
||||
# sort: asc
|
||||
# weight: 5
|
||||
# categories: [science]
|
||||
# api_key: your-new-key
|
||||
# shortcut: ads
|
||||
|
||||
- name: alpine linux packages
|
||||
engine: alpinelinux
|
||||
disabled: true
|
||||
@ -1035,6 +1040,11 @@ engines:
|
||||
timeout: 3.0
|
||||
disabled: true
|
||||
|
||||
- name: ipernity
|
||||
engine: ipernity
|
||||
shortcut: ip
|
||||
disabled: true
|
||||
|
||||
- name: jisho
|
||||
engine: jisho
|
||||
shortcut: js
|
||||
@ -1505,6 +1515,11 @@ engines:
|
||||
require_api_key: false
|
||||
results: HTML
|
||||
|
||||
- name: Public Domain Image Archive
|
||||
engine: public_domain_image_archive
|
||||
shortcut: pdia
|
||||
disabled: true
|
||||
|
||||
- name: pubmed
|
||||
engine: pubmed
|
||||
shortcut: pub
|
||||
|
Loading…
Reference in New Issue
Block a user