summaryrefslogtreecommitdiff
path: root/docs/admin/update-searx.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-18 18:27:26 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-18 18:27:26 +0100
commit1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (patch)
tree979a544e2853918f8a887480abe940e6880ae84c /docs/admin/update-searx.rst
parent27bb55ab0729fe0531440362f6aa5eb1142e42fb (diff)
[brand] SearXNG - docs rename links and fix documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/update-searx.rst')
-rw-r--r--docs/admin/update-searx.rst59
1 files changed, 0 insertions, 59 deletions
diff --git a/docs/admin/update-searx.rst b/docs/admin/update-searx.rst
deleted file mode 100644
index ea58a9954..000000000
--- a/docs/admin/update-searx.rst
+++ /dev/null
@@ -1,59 +0,0 @@
-.. _update searx:
-
-=============
-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 <searx.sh>`
-
-.. code:: sh
-
- sudo -H ./utils/searx.sh update searx
-
-**Update** :ref:`filtron reverse proxy <filtron.sh>`
-
-.. code:: sh
-
- 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:`SearXNG service <searx.sh>`
-
-.. code:: sh
-
- sudo -H ./utils/searx.sh inspect service
-
-**Inspect** :ref:`filtron reverse proxy <filtron.sh>`
-
-.. code:: sh
-
- sudo -H ./utils/filtron.sh inspect service
-
-**Inspect** :ref:`result proxy <morty.sh>`
-
-.. code:: bash
-
- $ sudo -H ./utils/morty.sh inspect service
-