Set secret_key to random key

This commit is contained in:
Seth For Privacy 2022-09-13 09:06:44 -04:00 committed by GitHub
parent 70f01ed93a
commit a18f81e364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,14 @@
"short_desc": "Privacy-respecting, hackable metasearch engine",
"author": "searxng",
"source": "https://github.com/searxng/searxng",
"form_fields": []
"form_fields": [
{
"type": "random",
"label": "SearXNG Secret Key",
"max": 50,
"min": 3,
"required": true,
"env_variable": "SEARXNG_SECRET_KEY"
}
]
}