diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
| commit | d5917cc029e2736b11412a570470c666af093ec9 (patch) | |
| tree | 203ddb2532028fc42e99d1d354fe88af73f3e03e /utils/morty.sh | |
| parent | f5d10abc7fe3747ec0d387978d772ce6799fea72 (diff) | |
utils/lib.sh: make uWSGI installation available for all distros
support: ubuntu, debin, fedora, archlinux
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/morty.sh')
| -rwxr-xr-x | utils/morty.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/morty.sh b/utils/morty.sh index 37ee87edf..1ce15608f 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -96,6 +96,11 @@ To activate morty in searx, add result_proxy to your settings.yml:: result_proxy: url : ${PUBLIC_URL_MORTY}/ + server: + ... + image_proxy : True # Proxying image results through searx + ... + further read: ${DOCS_URL}/admin/morty.html EOF |