Init Configuration

This commit is contained in:
phil
2025-07-17 22:43:01 +02:00
parent 93ad0f99af
commit 34700fe504
7 changed files with 274 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
[botdetection.ip_limit]
# activate advanced bot protection
# enable this when running the instance for a public usage on the internet
link_token = true

View File

@@ -0,0 +1,11 @@
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
use_default_settings: true
server:
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
secret_key: "f2e73ae3668a4f86c4c50a671770cde4e448a40404a1a29755ce3c9cf032142b" # change this!
limiter: true # enable this when running the instance for a public usage on the internet
image_proxy: true
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0