This commit is contained in:
parent
b00854e655
commit
fb8f41e55b
2
.env
2
.env
@ -1,2 +1,2 @@
|
|||||||
PROD_URL=searx.gmoker.com
|
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
|
- name: setup env
|
||||||
run: |
|
run: |
|
||||||
. ./.env || true
|
. ./.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
|
||||||
BASE_URL="${{ gitea.ref_name }}.$(tr / '\n' <<< "${{ gitea.repository }}" | tac | tr '\n' .)k8s.gmoker.com"
|
BASE_URL="${{ gitea.ref_name }}.$(tr / '\n' <<< "${{ gitea.repository }}" | tac | tr '\n' .)k8s.gmoker.com"
|
||||||
|
@ -175,7 +175,7 @@ outgoing:
|
|||||||
request_timeout: 3.0
|
request_timeout: 3.0
|
||||||
# the maximum timeout in seconds
|
# the maximum timeout in seconds
|
||||||
# max_request_timeout: 10.0
|
# 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
|
# to the administrator
|
||||||
useragent_suffix: ""
|
useragent_suffix: ""
|
||||||
# The maximum number of concurrent connections that may be established.
|
# The maximum number of concurrent connections that may be established.
|
||||||
@ -256,7 +256,7 @@ checker:
|
|||||||
# disable checker when in debug mode
|
# disable checker when in debug mode
|
||||||
off_when_debug: true
|
off_when_debug: true
|
||||||
|
|
||||||
# use "scheduling: false" to disable scheduling
|
# use "scheduling: {}" to disable scheduling
|
||||||
# scheduling: interval or int
|
# scheduling: interval or int
|
||||||
|
|
||||||
# to activate the scheduler:
|
# to activate the scheduler:
|
||||||
@ -2464,8 +2464,7 @@ engines:
|
|||||||
|
|
||||||
- name: wordnik
|
- name: wordnik
|
||||||
engine: wordnik
|
engine: wordnik
|
||||||
shortcut: def
|
shortcut: wnik
|
||||||
categories: [dictionaries]
|
|
||||||
timeout: 5.0
|
timeout: 5.0
|
||||||
|
|
||||||
- name: woxikon.de synonyme
|
- name: woxikon.de synonyme
|
||||||
|
Loading…
Reference in New Issue
Block a user