update-searx.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .. _update searx:
  2. =============
  3. How to update
  4. =============
  5. How to update depends on the :ref:`installation` method. If you have used the
  6. :ref:`installation scripts`, use ``update`` command from the scripts.
  7. **Update** :ref:`SearXNG service <searx.sh>`
  8. .. code:: sh
  9. sudo -H ./utils/searx.sh update searx
  10. **Update** :ref:`filtron reverse proxy <filtron.sh>`
  11. .. code:: sh
  12. sudo -H ./utils/filtron.sh update filtron
  13. **Update** :ref:`result proxy <morty.sh>`
  14. .. code:: bash
  15. $ sudo -H ./utils/morty.sh update morty
  16. .. _inspect searx:
  17. ======================
  18. How to inspect & debug
  19. ======================
  20. .. sidebar:: further read
  21. - :ref:`toolboxing`
  22. - :ref:`Makefile`
  23. How to debug depends on the :ref:`installation` method. If you have used the
  24. :ref:`installation scripts`, use ``inspect`` command from the scripts.
  25. **Inspect** :ref:`SearXNG service <searx.sh>`
  26. .. code:: sh
  27. sudo -H ./utils/searx.sh inspect service
  28. **Inspect** :ref:`filtron reverse proxy <filtron.sh>`
  29. .. code:: sh
  30. sudo -H ./utils/filtron.sh inspect service
  31. **Inspect** :ref:`result proxy <morty.sh>`
  32. .. code:: bash
  33. $ sudo -H ./utils/morty.sh inspect service