index.rst 720 B

123456789101112131415161718192021222324252627282930
  1. .. _searx_utils:
  2. .. _toolboxing:
  3. ==================
  4. DevOps tooling box
  5. ==================
  6. In the folder :origin:`utils/` we maintain some tools useful for administrators
  7. and developers.
  8. .. toctree::
  9. :maxdepth: 2
  10. searxng.sh
  11. Common command environments
  12. ===========================
  13. The scripts in our tooling box often dispose of common environments:
  14. .. _FORCE_TIMEOUT:
  15. ``FORCE_TIMEOUT`` : environment
  16. Sets timeout for interactive prompts. If you want to run a script in batch
  17. job, with defaults choices, set ``FORCE_TIMEOUT=0``. By example; to install a
  18. SearXNG server and nginx proxy use::
  19. $ FORCE_TIMEOUT=0 ./utils/searxng.sh install all
  20. $ FORCE_TIMEOUT=0 ./utils/searxng.sh install nginx