summaryrefslogtreecommitdiff
path: root/searx/__init__.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-10-02 18:29:58 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-11-01 06:44:56 +0100
commitd13a8f64534b2ba7883cabdae1d08ea68b7899c8 (patch)
treefa9148bf302c9b0af9352c7813ff19c9cb09b026 /searx/__init__.py
parentfd814aac863673047c46a9d80682415dae180969 (diff)
downloadsearxng-d13a8f64534b2ba7883cabdae1d08ea68b7899c8.tar.gz
searxng-d13a8f64534b2ba7883cabdae1d08ea68b7899c8.zip
[mod] document server:public_instance & remove it out of the botdetection
- the option server:public_instance lacks some documentation - the processing of this option belongs in the limiter and not in botdetection module Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/__init__.py')
-rw-r--r--searx/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/__init__.py b/searx/__init__.py
index f86052660..d611ef6a2 100644
--- a/searx/__init__.py
+++ b/searx/__init__.py
@@ -108,5 +108,6 @@ else:
if settings['server']['public_instance']:
logger.warning(
"Be aware you have activated features intended only for public instances. "
- + "This force the usage of the bot limiter and link_token plugins."
+ "This force the usage of the limiter and link_token / "
+ "see https://docs.searxng.org/admin/searx.limiter.html"
)