summaryrefslogtreecommitdiff
path: root/docs/utils/index.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-07-16 15:47:36 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-07-28 12:53:26 +0200
commitae0fcf3a4208401f5dc0296c29227a55f63163da (patch)
tree3f3612b982c1180064e944e1a83060f0161af57e /docs/utils/index.rst
parent54a2b553f46df6dc98a4b8410788e35165e0fa3e (diff)
[chore] overdue maintenance of shell scripts
Removes obsolete scripts and fix various leftovers. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils/index.rst')
-rw-r--r--docs/utils/index.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst
index b570b07e6..61bb78285 100644
--- a/docs/utils/index.rst
+++ b/docs/utils/index.rst
@@ -12,7 +12,7 @@ and developers.
:maxdepth: 2
searxng.sh
- lxc.sh
+
Common command environments
===========================
@@ -24,8 +24,7 @@ The scripts in our tooling box often dispose of common 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
- SearXNG server and nginx proxy on all containers of the :ref:`SearXNG suite
- <lxc-searxng.env>` use::
+ SearXNG server and nginx proxy use::
- sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/searxng.sh install all
- sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx
+ $ FORCE_TIMEOUT=0 ./utils/searxng.sh install all
+ $ FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx