chore: deactivate limiter by default for easier setup (#384)

This commit is contained in:
Émilien (perso)
2025-05-25 18:24:08 +02:00
committed by GitHub
parent 31acd45ec2
commit 6299a68922
2 changed files with 4 additions and 3 deletions

View File

@@ -2,5 +2,6 @@
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
[botdetection.ip_limit]
# activate link_token method in the ip_limit method
link_token = true
# activate advanced bot protection
# enable this when running the instance for a public usage on the internet
link_token = false

View File

@@ -3,7 +3,7 @@ use_default_settings: true
server:
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
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
ui:
static_use_hash: true