2020-03-02 18:00:19 +00:00
|
|
|
.. _update searx:
|
|
|
|
|
|
|
|
=============
|
|
|
|
How to update
|
|
|
|
=============
|
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
How to update depends on the :ref:`installation` method. If you have used the
|
|
|
|
:ref:`installation scripts`, use ``update`` command from the scripts.
|
|
|
|
|
|
|
|
**Update** :ref:`searx service <searx.sh>`
|
|
|
|
|
|
|
|
.. code:: sh
|
|
|
|
|
|
|
|
sudo -H ./utils/searx.sh update searx
|
|
|
|
|
|
|
|
**Update** :ref:`filtron reverse proxy <filtron.sh>`
|
|
|
|
|
2020-03-02 18:00:19 +00:00
|
|
|
.. code:: sh
|
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
sudo -H ./utils/filtron.sh update filtron
|
|
|
|
|
|
|
|
**Update** :ref:`result proxy <morty.sh>`
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
$ sudo -H ./utils/morty.sh update morty
|
|
|
|
|
|
|
|
.. _inspect searx:
|
|
|
|
|
|
|
|
======================
|
|
|
|
How to inspect & debug
|
|
|
|
======================
|
|
|
|
|
|
|
|
.. sidebar:: further read
|
|
|
|
|
|
|
|
- :ref:`toolboxing`
|
|
|
|
- :ref:`Makefile`
|
|
|
|
|
|
|
|
How to debug depends on the :ref:`installation` method. If you have used the
|
|
|
|
:ref:`installation scripts`, use ``inspect`` command from the scripts.
|
|
|
|
|
|
|
|
**Inspect** :ref:`searx service <searx.sh>`
|
|
|
|
|
|
|
|
.. code:: sh
|
|
|
|
|
|
|
|
sudo -H ./utils/searx.sh inspect service
|
|
|
|
|
|
|
|
**Inspect** :ref:`filtron reverse proxy <filtron.sh>`
|
|
|
|
|
|
|
|
.. code:: sh
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
sudo -H ./utils/filtron.sh inspect service
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
**Inspect** :ref:`result proxy <morty.sh>`
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
.. code:: bash
|
2020-03-02 18:00:19 +00:00
|
|
|
|
2021-04-24 15:03:10 +00:00
|
|
|
$ sudo -H ./utils/morty.sh inspect service
|
2020-03-02 18:00:19 +00:00
|
|
|
|