mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor searxng.yml to update search formats and deny access to certain formats
This commit is contained in:
@@ -8,4 +8,10 @@ server:
|
|||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
redis:
|
redis:
|
||||||
url: redis://redis_valkey:6379/0
|
url: redis://redis_valkey:6379/0
|
||||||
|
search:
|
||||||
|
# remove format to deny access, use lower case.
|
||||||
|
# formats: [html, csv, json, rss]
|
||||||
|
formats:
|
||||||
|
- html
|
||||||
|
- json
|
||||||
Reference in New Issue
Block a user