From fb12b309da3b0801ecf34f1d64638915a8db67c7 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 8 May 2024 17:27:20 +0200 Subject: [PATCH] bump: 2024.5.5-ac430a9ea --- .env | 2 +- .gitea/workflows/deploy.yaml | 2 +- settings.yml | 31 +++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 2843f4d..126dbc2 100644 --- a/.env +++ b/.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 diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 70e6840..bd60ffd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 diff --git a/settings.yml b/settings.yml index ecc7057..c0ec143 100644 --- a/settings.yml +++ b/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