Deploying to gh-pages from @ cee6389aa5 🚀

This commit is contained in:
kvch 2022-08-05 19:21:56 +00:00
parent 7998cd331d
commit dbc73e1832
6 changed files with 13 additions and 13 deletions

View File

@ -421,7 +421,7 @@ content becomes smart.</p>
<td><p><code class="docutils literal notranslate"><span class="pre">:py:obj:`datetime.datetime`</span></code></p></td>
</tr>
<tr class="row-even"><td><p>flask code object</p></td>
<td><p><a class="reference external" href="https://flask.palletsprojects.com/en/2.2.0/api/#flask.Flask" title="(in Flask v2.2.x)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">flask.Flask</span></code></a></p></td>
<td><p><a class="reference external" href="https://flask.palletsprojects.com/en/2.2.x/api/#flask.Flask" title="(in Flask v2.2.x)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">flask.Flask</span></code></a></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">:py:obj:`flask.Flask`</span></code></p></td>
</tr>
</tbody>

File diff suppressed because one or more lines are too long

View File

@ -182,18 +182,18 @@ inspect service
show service status and log
option
set one of the available options
apache (http://fv-az387-416/searx)
apache (http://fv-az163-886/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az387-416/searx)
nginx (http://fv-az163-886/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-az387-416/searx
PUBLIC_HOST : fv-az387-416
PUBLIC_URL : http://fv-az163-886/searx
PUBLIC_HOST : fv-az163-886
SERVICE_USER : filtron
FILTRON_TARGET : 127.0.0.1:8888
FILTRON_API : 127.0.0.1:4005

View File

@ -192,7 +192,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-az387-416/searx
LXC suite: searx --&gt; http://fv-az163-886/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

@ -184,22 +184,22 @@ inspect service
option
set one of the available options
:new-key: set new morty key
apache : http://fv-az387-416/morty/
apache : http://fv-az163-886/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az387-416/morty/)
nginx (http://fv-az163-886/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-az387-416/morty/
PUBLIC_URL_MORTY: http://fv-az163-886/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-az387-416/morty/
url : http://fv-az163-886/morty/
server:
image_proxy : True
</pre></div>

View File

@ -111,8 +111,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-az387-416/searx
SEARX_INSTANCE_NAME : searx@fv-az387-416
PUBLIC_URL : http://fv-az163-886/searx
SEARX_INSTANCE_NAME : searx@fv-az163-886
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>