This commit is contained in:
parent
b00854e655
commit
fb8f41e55b
2
.env
2
.env
@ -1,2 +1,2 @@
|
||||
PROD_URL=searx.gmoker.com
|
||||
IMAGEAPP=docker.io/searxng/searxng:2025.7.17-e851bc1
|
||||
IMAGEAPP=docker.io/searxng/searxng:2025.7.27-f04c273
|
||||
|
@ -8,7 +8,7 @@ jobs:
|
||||
- name: setup env
|
||||
run: |
|
||||
. ./.env || true
|
||||
if [ "${{ gitea.ref_name }}" == prod ] && [ -n "$PROD_URL" ]; then
|
||||
if [ "${{ gitea.ref_name }}" = prod ] && [ -n "$PROD_URL" ]; then
|
||||
BASE_URL="$PROD_URL"
|
||||
else
|
||||
BASE_URL="${{ gitea.ref_name }}.$(tr / '\n' <<< "${{ gitea.repository }}" | tac | tr '\n' .)k8s.gmoker.com"
|
||||
|
@ -175,7 +175,7 @@ outgoing:
|
||||
request_timeout: 3.0
|
||||
# the maximum timeout in seconds
|
||||
# max_request_timeout: 10.0
|
||||
# suffix of searx_useragent, could contain information like an email address
|
||||
# suffix of searxng_useragent, could contain information like an email address
|
||||
# to the administrator
|
||||
useragent_suffix: ""
|
||||
# The maximum number of concurrent connections that may be established.
|
||||
@ -256,7 +256,7 @@ checker:
|
||||
# disable checker when in debug mode
|
||||
off_when_debug: true
|
||||
|
||||
# use "scheduling: false" to disable scheduling
|
||||
# use "scheduling: {}" to disable scheduling
|
||||
# scheduling: interval or int
|
||||
|
||||
# to activate the scheduler:
|
||||
@ -2464,8 +2464,7 @@ engines:
|
||||
|
||||
- name: wordnik
|
||||
engine: wordnik
|
||||
shortcut: def
|
||||
categories: [dictionaries]
|
||||
shortcut: wnik
|
||||
timeout: 5.0
|
||||
|
||||
- name: woxikon.de synonyme
|
||||
|
Loading…
Reference in New Issue
Block a user