mirror of
https://github.com/searxng/searxng.git
synced 2024-11-14 14:11:05 +00:00
ed8a169029
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
853 B
853 B
DevOps tooling box
In the folder utils/
we maintain some tools useful for administrators and developers.
searxng.sh lxc.sh
Common command environments
The scripts in our tooling box often dispose of common environments:
FORCE_TIMEOUT
: environmentSets 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 theSearXNG suite <lxc-searxng.env>
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