diff options
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 |