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