diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2022-06-14 10:02:50 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 13:39:35 +0200 |
| commit | ed8a1690296cfc55f67dc0a4dac6dee06a47bd06 (patch) | |
| tree | c2d2a4c8e5369b4f9a65d12c23c2dd0cb05d58f0 /docs/admin/update-searxng.rst | |
| parent | 782f73540e2d383ea122716507ccd9582918ab51 (diff) | |
[doc] update documentation of the installation procedures
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/update-searxng.rst')
| -rw-r--r-- | docs/admin/update-searxng.rst | 60 |
1 files changed, 20 insertions, 40 deletions
diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst index 4c541bf57..24bdf4f5f 100644 --- a/docs/admin/update-searxng.rst +++ b/docs/admin/update-searxng.rst @@ -1,59 +1,39 @@ -.. _update searxng: +=================== +SearXNG maintenance +=================== -============= -How to update -============= +.. sidebar:: further read -How to update depends on the :ref:`installation` method. If you have used the -:ref:`installation scripts`, use ``update`` command from the scripts. + - :ref:`toolboxing` + - :ref:`uWSGI maintenance` -**Update** :ref:`SearXNG service <searx.sh>` +.. contents:: Contents + :depth: 2 + :local: + :backlinks: entry -.. code:: sh +.. _update searxng: - sudo -H ./utils/searx.sh update searx +How to update +============= -**Update** :ref:`filtron reverse proxy <filtron.sh>` +How to update depends on the :ref:`installation` method. If you have used the +:ref:`installation scripts`, use ``update`` command from the :ref:`searxng.sh` +script. .. code:: sh - sudo -H ./utils/filtron.sh update filtron - -**Update** :ref:`result proxy <morty.sh>` - -.. code:: bash - - $ sudo -H ./utils/morty.sh update morty + sudo -H ./utils/searxng.sh instance update .. _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 <searx.sh>` - -.. code:: sh - - sudo -H ./utils/searx.sh inspect service - -**Inspect** :ref:`filtron reverse proxy <filtron.sh>` +:ref:`installation scripts`, use ``inspect`` command from the :ref:`searxng.sh` +script. .. code:: sh - sudo -H ./utils/filtron.sh inspect service - -**Inspect** :ref:`result proxy <morty.sh>` - -.. code:: bash - - $ sudo -H ./utils/morty.sh inspect service - + sudo -H ./utils/searxng.sh instance inspect |