mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-22 19:50:00 +00:00
chore: deactivate limiter by default for easier setup (#384)
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
|
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
|
||||||
|
|
||||||
[botdetection.ip_limit]
|
[botdetection.ip_limit]
|
||||||
# activate link_token method in the ip_limit method
|
# activate advanced bot protection
|
||||||
link_token = true
|
# enable this when running the instance for a public usage on the internet
|
||||||
|
link_token = false
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ use_default_settings: true
|
|||||||
server:
|
server:
|
||||||
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
||||||
secret_key: "ultrasecretkey" # change this!
|
secret_key: "ultrasecretkey" # change this!
|
||||||
limiter: true # can be disabled for a private instance
|
limiter: false # enable this when running the instance for a public usage on the internet
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
|
|||||||
Reference in New Issue
Block a user