Deploying to gh-pages from @ 6f765be0cd 🚀

This commit is contained in:
kvch 2021-09-05 18:20:35 +00:00
parent 6e463291f6
commit c222bdb434
7 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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 &#39;.config.sh&#39; 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

View File

@ -193,7 +193,7 @@ install
:base: prepare LXC; install basic packages
:suite: install LXC searx suite into all (or &lt;name&gt;) containers
LXC suite: searx --&gt; http://fv-az127-426/searx
LXC suite: searx --&gt; http://fv-az90-933/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

@ -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 &#39;.config.sh&#39; 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>

View File

@ -112,8 +112,8 @@ apache
searx settings: /etc/searx/settings.yml
If needed, set PUBLIC_URL of your WEB service in the &#39;.config.sh&#39; 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>