morty.rst 806 B

123456789101112131415161718192021222324252627282930313233
  1. .. _searx morty:
  2. =========================
  3. How to setup result proxy
  4. =========================
  5. .. sidebar:: further reading
  6. - :ref:`morty.sh`
  7. .. _morty: https://github.com/asciimoo/morty
  8. .. _morty's README: https://github.com/asciimoo/morty
  9. By default searx can only act as an image proxy for result images, but it is
  10. possible to proxify all the result URLs with an external service, morty_.
  11. To use this feature, morty has to be installed and activated in searx's
  12. ``settings.yml``.
  13. Add the following snippet to your ``settings.yml`` and restart searx:
  14. .. code:: yaml
  15. result_proxy:
  16. url : http://127.0.0.1:3000/
  17. key : your_morty_proxy_key
  18. ``url``
  19. Is the address of the running morty service.
  20. ``key``
  21. Is an optional argument, see `morty's README`_ for more information.