chore(searxng): update config

This commit is contained in:
Nicolas Meienberger 2022-09-19 10:18:11 +02:00
parent 7274007073
commit acc7503b51
3 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"name": "SearXNG", "name": "SearXNG",
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8107, "port": 8127,
"id": "searxng", "id": "searxng",
"tipi_version": 1, "tipi_version": 1,
"version": "latest", "version": "latest",
@ -16,9 +16,7 @@
{ {
"type": "random", "type": "random",
"label": "SearXNG Secret Key", "label": "SearXNG Secret Key",
"max": 50, "min": 32,
"min": 3,
"required": true,
"env_variable": "SEARXNG_SECRET_KEY" "env_variable": "SEARXNG_SECRET_KEY"
} }
] ]

View File

@ -61,7 +61,7 @@ server:
# If your instance owns a /etc/searxng/settings.yml file, then set the following # If your instance owns a /etc/searxng/settings.yml file, then set the following
# values there. # values there.
secret_key: "ultrasecretkey" # change this! secret_key: "a0c99456df45df9faa1d1c60b64c307d" # change this!
# Proxying image results through searx # Proxying image results through searx
image_proxy: false image_proxy: false
# 1.0 and 1.1 are supported # 1.0 and 1.1 are supported

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 15 KiB