mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[chore] overdue maintenance of shell scripts
Removes obsolete scripts and fix various leftovers. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
54a2b553f4
commit
ae0fcf3a42
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user