Deploying to gh-pages from @ 8e90a214ce 🚀

This commit is contained in:
kvch 2021-05-13 19:43:41 +00:00
parent 763766234e
commit 7c00b25f9b
7 changed files with 21 additions and 14 deletions

View File

@ -1231,6 +1231,13 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">timeout </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">3.0</span>
<span class="nt">disabled </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>
<span class="c1"># - name : sqlite</span>
<span class="c1"># engine : sqlite</span>
<span class="c1"># shortcut: sq</span>
<span class="c1"># database : mydb</span>
<span class="c1"># query_str : &#39;SELECT * FROM mytable WHERE fieldname=:query&#39;</span>
<span class="c1"># disabled : True</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">torrentz</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">torrentz</span>
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">tor</span>

View File

@ -415,7 +415,7 @@ content becomes smart.</p>
<td><p><code class="docutils literal notranslate"><span class="pre">:ref:`python:and`</span></code></p></td>
</tr>
<tr class="row-even"><td><p>external doc anchor</p></td>
<td><p><a class="reference external" href="https://jinja.palletsprojects.com/en/2.11.x/templates/" title="(in Jinja v2.11.x)"><span>Template Designer Documentation</span></a></p></td>
<td><p><a class="reference external" href="https://jinja.palletsprojects.com/en/3.0.x/templates/" title="(in Jinja v3.0.x)"><span>Template Designer Documentation</span></a></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">:doc:`jinja:templates`</span></code></p></td>
</tr>
<tr class="row-odd"><td><p>python code object</p></td>
@ -423,7 +423,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/1.1.x/api/#flask.Flask" title="(in Flask v1.1.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.0.x/api/#flask.Flask" title="(in Flask v2.0.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

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

View File

@ -194,7 +194,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-az118-759/searx
LXC suite: searx --&gt; http://fv-az246-960/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7

View File

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

View File

@ -113,8 +113,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-az118-759/searx
SEARX_INSTANCE_NAME : searx@fv-az118-759
PUBLIC_URL : http://fv-az246-960/searx
SEARX_INSTANCE_NAME : searx@fv-az246-960
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>