bump: 2024.5.9-383d87359
This commit is contained in:
parent
fb12b309da
commit
bfeb0d378e
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.5.5-ac430a9ea
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.5.9-383d87359
|
||||
|
10
settings.yml
10
settings.yml
@ -215,6 +215,7 @@ enabled_plugins:
|
||||
- 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
|
||||
# # these plugins are disabled if nothing is configured ..
|
||||
- 'Hostname replace' # see hostname_replace configuration below
|
||||
- 'Calculator plugin'
|
||||
# - 'Open Access DOI rewrite'
|
||||
# - 'Tor check plugin'
|
||||
# # Read the docs before activate: auto-detection of the language could be
|
||||
@ -288,7 +289,7 @@ categories_as_tabs:
|
||||
general:
|
||||
images:
|
||||
videos:
|
||||
map:
|
||||
news:
|
||||
|
||||
engines:
|
||||
- name: 9gag
|
||||
@ -2076,7 +2077,11 @@ engines:
|
||||
engine: yacy
|
||||
categories: general
|
||||
search_type: text
|
||||
base_url: https://yacy.searchlab.eu
|
||||
base_url:
|
||||
- https://yacy.searchlab.eu
|
||||
- https://search.lomig.me
|
||||
- https://yacy.ecosys.eu
|
||||
- https://search.webproject.link
|
||||
shortcut: ya
|
||||
disabled: true
|
||||
# required if you aren't using HTTPS for your local yacy instance
|
||||
@ -2089,7 +2094,6 @@ engines:
|
||||
engine: yacy
|
||||
categories: images
|
||||
search_type: image
|
||||
base_url: https://yacy.searchlab.eu
|
||||
shortcut: yai
|
||||
disabled: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user