From 1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 18 Nov 2021 18:27:26 +0100 Subject: [brand] SearXNG - docs rename links and fix documentation Signed-off-by: Markus Heiser --- docs/admin/update-searxng.rst | 59 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/admin/update-searxng.rst (limited to 'docs/admin/update-searxng.rst') diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst new file mode 100644 index 000000000..4c541bf57 --- /dev/null +++ b/docs/admin/update-searxng.rst @@ -0,0 +1,59 @@ +.. _update searxng: + +============= +How to update +============= + +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:`SearXNG service ` + +.. code:: sh + + sudo -H ./utils/searx.sh update searx + +**Update** :ref:`filtron reverse proxy ` + +.. code:: sh + + sudo -H ./utils/filtron.sh update filtron + +**Update** :ref:`result proxy ` + +.. code:: bash + + $ sudo -H ./utils/morty.sh update morty + +.. _inspect searxng: + +====================== +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:`SearXNG service ` + +.. code:: sh + + sudo -H ./utils/searx.sh inspect service + +**Inspect** :ref:`filtron reverse proxy ` + +.. code:: sh + + sudo -H ./utils/filtron.sh inspect service + +**Inspect** :ref:`result proxy ` + +.. code:: bash + + $ sudo -H ./utils/morty.sh inspect service + -- cgit v1.2.3