chore(searxng): update config
This commit is contained in:
parent
7274007073
commit
acc7503b51
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user