orion: enable SearXNG braveapi via envsubst
Scrape engine `brave` stays disabled. API key lives in /var/lib/searx/secret.env as BRAVE_API_KEY, not in the store.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
# qwant denied; mojeek 0. bing works. Specialised engines kept.
|
||||
engines = [
|
||||
{ name = "bing"; disabled = false; }
|
||||
{ name = "braveapi"; api_key = "$BRAVE_API_KEY"; disabled = false; }
|
||||
{ name = "brave"; disabled = true; }
|
||||
{ name = "duckduckgo"; disabled = true; }
|
||||
{ name = "startpage"; disabled = true; }
|
||||
|
||||
Reference in New Issue
Block a user