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
|
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
|
- uses: actions/checkout@v1
|
||||||
- name: setup env
|
- name: setup env
|
||||||
run: |
|
run: |
|
||||||
. ./.env
|
. ./.env || true
|
||||||
if [ "${{ gitea.ref_name }}" == prod ] && [ -n "$PROD_URL" ]; then
|
if [ "${{ gitea.ref_name }}" == prod ] && [ -n "$PROD_URL" ]; then
|
||||||
BASE_URL="$PROD_URL"
|
BASE_URL="$PROD_URL"
|
||||||
else
|
else
|
||||||
|
31
settings.yml
31
settings.yml
@ -915,6 +915,11 @@ engines:
|
|||||||
shortcut: hn
|
shortcut: hn
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: hex
|
||||||
|
engine: hex
|
||||||
|
shortcut: hex
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: hoogle
|
- name: hoogle
|
||||||
engine: xpath
|
engine: xpath
|
||||||
search_url: https://hoogle.haskell.org/?hoogle={query}
|
search_url: https://hoogle.haskell.org/?hoogle={query}
|
||||||
@ -1894,7 +1899,33 @@ engines:
|
|||||||
engine: wikicommons
|
engine: wikicommons
|
||||||
shortcut: wc
|
shortcut: wc
|
||||||
categories: images
|
categories: images
|
||||||
|
search_type: images
|
||||||
number_of_results: 10
|
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
|
- name: wolframalpha
|
||||||
shortcut: wa
|
shortcut: wa
|
||||||
|
Loading…
Reference in New Issue
Block a user