mirror of
https://github.com/searx/searx
synced 2025-02-23 15:17:46 +01:00
Deploying to gh-pages from @ 6f765be0cd7be2a2edad4c77a2b03e59a0a4efd9 🚀
This commit is contained in:
parent
6e463291f6
commit
c222bdb434
@ -23,7 +23,7 @@ How to update depends on the :ref:`installation` method. If you have used the
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ sudo -H ./utils/morty.sh update morty
|
||||
sudo -H ./utils/morty.sh update morty
|
||||
|
||||
.. _inspect searx:
|
||||
|
||||
@ -55,5 +55,5 @@ How to debug depends on the :ref:`installation` method. If you have used the
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ sudo -H ./utils/morty.sh inspect service
|
||||
sudo -H ./utils/morty.sh inspect service
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><strong>Update</strong> <a class="reference internal" href="../utils/morty.sh.html#morty-sh"><span class="std std-ref">result proxy</span></a></p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ sudo -H ./utils/morty.sh update morty
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo -H ./utils/morty.sh update morty
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
@ -83,7 +83,7 @@
|
||||
</pre></div>
|
||||
</div>
|
||||
<p><strong>Inspect</strong> <a class="reference internal" href="../utils/morty.sh.html#morty-sh"><span class="std std-ref">result proxy</span></a></p>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ sudo -H ./utils/morty.sh inspect service
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo -H ./utils/morty.sh inspect service
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
File diff suppressed because one or more lines are too long
@ -183,18 +183,18 @@ inspect service
|
||||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://fv-az127-426/searx)
|
||||
apache (http://fv-az90-933/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az127-426/searx)
|
||||
nginx (http://fv-az90-933/searx)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site searx.conf
|
||||
|
||||
filtron rules: /etc/filtron/rules.json
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az127-426/searx
|
||||
PUBLIC_HOST : fv-az127-426
|
||||
PUBLIC_URL : http://fv-az90-933/searx
|
||||
PUBLIC_HOST : fv-az90-933
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
@ -193,7 +193,7 @@ install
|
||||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://fv-az127-426/searx
|
||||
LXC suite: searx --> http://fv-az90-933/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
||||
|
@ -185,22 +185,22 @@ inspect service
|
||||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://fv-az127-426/morty/
|
||||
apache : http://fv-az90-933/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az127-426/morty/)
|
||||
nginx (http://fv-az90-933/morty/)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site morty.conf
|
||||
|
||||
If needed, set the environment variables in the '.config.sh' file::
|
||||
PUBLIC_URL_MORTY: http://fv-az127-426/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az90-933/morty/
|
||||
MORTY_LISTEN: 127.0.0.1:3000
|
||||
SERVICE_USER: morty
|
||||
|
||||
To activate result and image proxy in searx, edit settings.yml (read:
|
||||
https://searx.github.io/searx/admin/morty.html)::
|
||||
result_proxy:
|
||||
url : http://fv-az127-426/morty/
|
||||
url : http://fv-az90-933/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
@ -112,8 +112,8 @@ apache
|
||||
searx settings: /etc/searx/settings.yml
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az127-426/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az127-426
|
||||
PUBLIC_URL : http://fv-az90-933/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az90-933
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user