morty.rst 754 B

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