libremiami-search/docs/admin/morty.rst

27 lines
735 B
ReStructuredText
Raw Normal View History

=========================
2017-08-08 15:19:02 +02:00
How to setup result proxy
=========================
.. _morty: https://github.com/asciimoo/morty
.. _morty's README: https://github.com/asciimoo/morty
2017-08-08 15:19:02 +02:00
By default searx can only act as an image proxy for result images, but it is
possible to proxify all the result URLs with an external service, morty_.
2017-08-08 15:19:02 +02:00
To use this feature, morty has to be installed and activated in searx's
``settings.yml``.
2017-08-08 15:19:02 +02:00
Add the following snippet to your ``settings.yml`` and restart searx:
2017-08-08 15:19:02 +02:00
.. code:: yaml
result_proxy:
url : http://127.0.0.1:3000/
key : your_morty_proxy_key
``url``
Is the address of the running morty service.
2017-08-08 15:19:02 +02:00
``key``
Is an optional argument, see `morty's README`_ for more information.