fix: searxng habilitar formato JSON, forward_url false, authentication desactivada
This commit is contained in:
@@ -14,6 +14,9 @@ data:
|
||||
safe_search: 0
|
||||
autocomplete: ""
|
||||
default_lang: "all"
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
server:
|
||||
secret_key: "researchowl-searxng-secret-key-change-me"
|
||||
limiter: false
|
||||
@@ -21,6 +24,9 @@ data:
|
||||
port: 8080
|
||||
bind_address: "0.0.0.0"
|
||||
http_protocol_version: "1.1"
|
||||
forward_url: false
|
||||
authentication:
|
||||
enabled: false
|
||||
botdetection:
|
||||
ip_limit:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user