bump: 2024.5.5-ac430a9ea
This commit is contained in:
parent
f50b9227bb
commit
fb12b309da
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.4.30-c8d0b6529
|
||||
IMAGEAPP=docker.io/searxng/searxng:2024.5.5-ac430a9ea
|
||||
|
@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: setup env
|
||||
run: |
|
||||
. ./.env
|
||||
. ./.env || true
|
||||
if [ "${{ gitea.ref_name }}" == prod ] && [ -n "$PROD_URL" ]; then
|
||||
BASE_URL="$PROD_URL"
|
||||
else
|
||||
|
31
settings.yml
31
settings.yml
@ -915,6 +915,11 @@ engines:
|
||||
shortcut: hn
|
||||
disabled: true
|
||||
|
||||
- name: hex
|
||||
engine: hex
|
||||
shortcut: hex
|
||||
disabled: true
|
||||
|
||||
- name: hoogle
|
||||
engine: xpath
|
||||
search_url: https://hoogle.haskell.org/?hoogle={query}
|
||||
@ -1894,7 +1899,33 @@ engines:
|
||||
engine: wikicommons
|
||||
shortcut: wc
|
||||
categories: images
|
||||
search_type: images
|
||||
number_of_results: 10
|
||||
disabled: true
|
||||
|
||||
- name: wikicommons.videos
|
||||
engine: wikicommons
|
||||
shortcut: wcv
|
||||
categories: videos
|
||||
search_type: videos
|
||||
number_of_results: 10
|
||||
disabled: true
|
||||
|
||||
- name: wikicommons.audio
|
||||
engine: wikicommons
|
||||
shortcut: wca
|
||||
categories: music
|
||||
search_type: audio
|
||||
number_of_results: 10
|
||||
disabled: true
|
||||
|
||||
- name: wikicommons.files
|
||||
engine: wikicommons
|
||||
shortcut: wcf
|
||||
categories: files
|
||||
search_type: files
|
||||
number_of_results: 10
|
||||
disabled: true
|
||||
|
||||
- name: wolframalpha
|
||||
shortcut: wa
|
||||
|
Loading…
Reference in New Issue
Block a user