From 930d10bbacddab58f2dcded75e6870569f9ad782 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Thu, 26 Oct 2023 15:35:20 +0200 Subject: [PATCH] Version bump and log errors fix --- Dockerfile | 2 +- manifest.yaml | 2 +- scripts/services/migrations.ts | 2 +- settings.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f91554..daf0ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM redis:alpine as redis -FROM searxng/searxng:2023.10.20-01b5b9cb8 +FROM searxng/searxng:2023.10.22-526d5c7b3 USER root diff --git a/manifest.yaml b/manifest.yaml index 021e92e..f4a350b 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,6 +1,6 @@ id: searxng title: "SearXNG" -version: 2023.10.20 +version: 2023.10.22 release-notes: | * Updated SearXNG code to the latest version from upstream. * Minor code fixes, cleanup and changes. diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index e2ce773..0afa183 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = - compat.migrations.fromMapping({}, "2023.10.20"); + compat.migrations.fromMapping({}, "2023.10.22"); diff --git a/settings.yml b/settings.yml index 774818b..232ccc5 100644 --- a/settings.yml +++ b/settings.yml @@ -3,7 +3,7 @@ use_default_settings: true server: # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml secret_key: "ultrasecretkey" # change this! - limiter: true # can be disabled for a private instance + limiter: false # can be disabled for a private instance image_proxy: true ui: static_use_hash: true