diff --git a/apps/searxng/config.json b/apps/searxng/config.json index 7b49932d..d0ffafb8 100644 --- a/apps/searxng/config.json +++ b/apps/searxng/config.json @@ -3,7 +3,7 @@ "name": "SearXNG", "available": true, "exposable": true, - "port": 8107, + "port": 8127, "id": "searxng", "tipi_version": 1, "version": "latest", @@ -16,9 +16,7 @@ { "type": "random", "label": "SearXNG Secret Key", - "max": 50, - "min": 3, - "required": true, + "min": 32, "env_variable": "SEARXNG_SECRET_KEY" } ] diff --git a/apps/searxng/data/settings.yml b/apps/searxng/data/settings.yml index 88bcd06d..7d5bdb35 100644 --- a/apps/searxng/data/settings.yml +++ b/apps/searxng/data/settings.yml @@ -61,7 +61,7 @@ server: # If your instance owns a /etc/searxng/settings.yml file, then set the following # values there. - secret_key: "ultrasecretkey" # change this! + secret_key: "a0c99456df45df9faa1d1c60b64c307d" # change this! # Proxying image results through searx image_proxy: false # 1.0 and 1.1 are supported diff --git a/apps/searxng/metadata/logo.jpg b/apps/searxng/metadata/logo.jpg index e67d9497..9a1380d6 100644 Binary files a/apps/searxng/metadata/logo.jpg and b/apps/searxng/metadata/logo.jpg differ