Skip to content

Commit

Permalink
Version bump and log errors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Oct 26, 2023
1 parent 375a75c commit 930d10b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
@@ -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");
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 930d10b

Please sign in to comment.