mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[docs] move searxng_extra/ stuff to the developer section.
Stuff in folder searxng_extra/ is not suitable for normal users and should only be used by developers. The script searxng_extra/standalone_searx.py must not give the impression that it improves privacy. [1] [1] https://github.com/searxng/searxng/pull/651#issuecomment-1001389726 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
458b7fb72d
commit
de819bb1f5
5 changed files with 11 additions and 2 deletions
|
@ -23,6 +23,14 @@ Example to use this script:
|
|||
|
||||
$ python3 searxng_extra/standalone_searx.py rain
|
||||
|
||||
.. danger::
|
||||
|
||||
Be warned, using the ``standalone_searx.py`` won't give you privacy!
|
||||
|
||||
On the contrary, this script behaves like a SearXNG server: your IP is
|
||||
exposed and tracked by all active engines (google, bing, qwant, ... ), with
|
||||
every query!
|
||||
|
||||
Example to run it from python:
|
||||
|
||||
>>> import importlib
|
||||
|
@ -62,6 +70,7 @@ Example to run it from python:
|
|||
},
|
||||
"suggestions": [...]
|
||||
}
|
||||
|
||||
""" # pylint: disable=line-too-long
|
||||
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue