services/searxng: enable JSON response format

This commit is contained in:
Max Headroom 2022-06-22 18:39:01 +02:00 committed by GitHub
parent 91a29e5255
commit 80936c5694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,10 @@ in
server = {
secret_key = "@SEARXNG_SECRET@";
};
search.formats = [
"html"
"json"
];
engines = [
{ name = "bing"; disabled = true; }
{ name = "brave"; disabled = true; }