2020-02-03 12:25:51 +00:00
|
|
|
|
|
|
|
.. _searx.sh:
|
|
|
|
|
|
|
|
==================
|
|
|
|
``utils/searx.sh``
|
|
|
|
==================
|
|
|
|
|
2020-02-04 12:13:17 +00:00
|
|
|
.. sidebar:: further reading
|
|
|
|
|
|
|
|
- :ref:`architecture`
|
2020-04-09 13:04:23 +00:00
|
|
|
- :ref:`installation`
|
|
|
|
- :ref:`installation nginx`
|
|
|
|
- :ref:`installation apache`
|
2020-02-04 12:13:17 +00:00
|
|
|
|
2021-09-12 06:36:56 +00:00
|
|
|
To simplify installation and maintenance of a SearXNG instance you can use the
|
2020-02-04 15:42:13 +00:00
|
|
|
script :origin:`utils/searx.sh`.
|
|
|
|
|
|
|
|
Install
|
|
|
|
=======
|
|
|
|
|
2021-09-12 06:36:56 +00:00
|
|
|
In most cases you will install SearXNG simply by running the command:
|
2020-02-03 12:25:51 +00:00
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
sudo -H ./utils/searx.sh install all
|
|
|
|
|
2021-11-18 17:27:26 +00:00
|
|
|
The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs SearXNG
|
2020-02-04 12:13:17 +00:00
|
|
|
into this user account. The installation is described in chapter
|
|
|
|
:ref:`installation basic`.
|
2020-02-03 12:25:51 +00:00
|
|
|
|
2020-02-04 12:13:17 +00:00
|
|
|
.. _intranet reverse proxy:
|
|
|
|
|
2020-03-30 16:47:01 +00:00
|
|
|
Overview
|
|
|
|
========
|
2020-02-04 12:13:17 +00:00
|
|
|
|
2020-03-30 16:47:01 +00:00
|
|
|
The ``--help`` output of the script is largely self-explanatory
|
|
|
|
(:ref:`toolboxing common`):
|
2020-02-04 12:13:17 +00:00
|
|
|
|
2020-03-30 16:47:01 +00:00
|
|
|
.. program-output:: ../utils/searx.sh --help
|