index.rst 971 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. _searx_utils:
  2. .. _toolboxing:
  3. =======================
  4. Tooling box ``utils/*``
  5. =======================
  6. In the folder :origin:`utils/` we maintain some tools useful for admins and
  7. developers.
  8. .. toctree::
  9. :maxdepth: 2
  10. :caption: Contents
  11. searx.sh
  12. filtron.sh
  13. morty.sh
  14. lxc.sh
  15. .. _toolboxing common:
  16. Common commands
  17. ===============
  18. Scripts to maintain services often dispose of common commands and environments.
  19. ``shell``:
  20. Opens a shell from the service user ``${SERVICE_USSR}``, very helpful for
  21. troubleshooting.
  22. ``inspect service``:
  23. Shows status and log of the service, most often you have a option to enable
  24. more verbose debug logs. Very helpful for debugging, but be careful not to
  25. enable debugging in a production environment!
  26. .. _toolboxing setup:
  27. Tooling box setup
  28. =================
  29. The main setup is done in the :origin:`.config.sh` (read also :ref:`makefile
  30. setup`).
  31. .. literalinclude:: ../../.config.sh
  32. :language: bash