From ecb7e73e039cf805c31764d148daae15e91389a5 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 12 Sep 2021 08:36:56 +0200 Subject: [brand] docs - normalize project name to SearXNG Signed-off-by: Markus Heiser --- docs/utils/index.rst | 2 +- docs/utils/lxc.sh.rst | 18 +++++++++--------- docs/utils/morty.sh.rst | 2 +- docs/utils/searx.sh.rst | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/utils') diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 699641dd0..2077bbb13 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -35,7 +35,7 @@ Scripts to maintain services often dispose of common commands and environments. ``FORCE_TIMEOUT`` : environment Sets timeout for interactive prompts. If you want to run a script in batch job, with defaults choices, set ``FORCE_TIMEOUT=0``. By example; to install a - reverse proxy for filtron on all containers of the :ref:`searx suite + reverse proxy for filtron on all containers of the :ref:`SearXNG suite ` use :: sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/filtron.sh apache install diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst index a98ab70b9..f09b033f4 100644 --- a/docs/utils/lxc.sh.rst +++ b/docs/utils/lxc.sh.rst @@ -22,7 +22,7 @@ - `LXD@github`_ With the use of *Linux Containers* (LXC_) we can scale our tasks over a stack of -containers, what we call the: *lxc suite*. The *searx suite* +containers, what we call the: *lxc suite*. The *SearXNG suite* (:origin:`lxc-searx.env `) is loaded by default, every time you start the ``lxc.sh`` script (*you do not need to care about*). @@ -32,7 +32,7 @@ once:: $ snap install lxd $ lxd init --auto -To make use of the containers from the *searx suite*, you have to build the +To make use of the containers from the *SearXNG suite*, you have to build the :ref:`LXC suite containers ` initial. But be warned, **this might take some time**:: @@ -120,12 +120,12 @@ Reboot your system and check the iptables rules:: Install suite ============= -To install the complete :ref:`searx suite (includes searx, morty & filtron) +To install the complete :ref:`SearXNG suite (includes searx, morty & filtron) ` into all LXC_ use:: $ sudo -H ./utils/lxc.sh install suite -The command above installs a searx suite (see :ref:`installation scripts`). To +The command above installs a SearXNG suite (see :ref:`installation scripts`). To get the IP (URL) of the filtron service in the containers use ``show suite`` command. To test instances from containers just open the URLs in your WEB-Browser:: @@ -156,10 +156,10 @@ Makefile target ``test`` in the archlinux_ container:: sudo -H ./utils/lxc.sh cmd searx-archlinux make test -Setup searx buildhost -===================== +Setup SearXNG buildhost +======================= -You can **install the searx buildhost environment** into one or all containers. +You can **install the SearXNG buildhost environment** into one or all containers. The installation procedure to set up a :ref:`build host` takes its time. Installation in all containers will take more time (time for another cup of coffee).:: @@ -191,8 +191,8 @@ The ``--help`` output of the script is largely self-explanatory: .. _lxc-searx.env: -searx suite -=========== +SearXNG suite +============= .. literalinclude:: ../../utils/lxc-searx.env :language: bash diff --git a/docs/utils/morty.sh.rst b/docs/utils/morty.sh.rst index 3bdf9bdd3..f2e02baab 100644 --- a/docs/utils/morty.sh.rst +++ b/docs/utils/morty.sh.rst @@ -37,7 +37,7 @@ into this user account: .. hint:: - To add morty to your searx instance read chapter :ref:`searx morty`. + To add morty to your SearXNG instance read chapter :ref:`searx morty`. Create user =========== diff --git a/docs/utils/searx.sh.rst b/docs/utils/searx.sh.rst index dd4442f94..bcbe04a61 100644 --- a/docs/utils/searx.sh.rst +++ b/docs/utils/searx.sh.rst @@ -12,13 +12,13 @@ - :ref:`installation nginx` - :ref:`installation apache` -To simplify installation and maintenance of a searx instance you can use the +To simplify installation and maintenance of a SearXNG instance you can use the script :origin:`utils/searx.sh`. Install ======= -In most cases you will install searx simply by running the command: +In most cases you will install SearXNG simply by running the command: .. code:: bash -- cgit v1.2.3-54-g00ecf