morty.rst 735 B

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