Deploying to gh-pages from @ f2f7257502 🚀

This commit is contained in:
kvch 2021-11-22 19:07:31 +00:00
parent c106b53701
commit 25dc778897
7 changed files with 37 additions and 12 deletions

View File

@ -2044,6 +2044,21 @@
<td></td>
<td><p>y</p></td>
</tr>
<tr class="row-even"><th class="stub"><p>onesearch</p></th>
<th class="stub"><p>!onesearch</p></th>
<td><p>onesearch</p></td>
<td><p>3.0</p></td>
<td><p>general</p></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td><p>online</p></td>
<td><p>1</p></td>
<td></td>
<td><p>y</p></td>
</tr>
</tbody>
</table>
</div>

View File

@ -1833,6 +1833,16 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">require_api_key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
<span class="nt">results</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">HTML</span>
<span class="p p-Indicator">-</span> <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">onesearch</span>
<span class="nt">shortcut</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">onesearch</span>
<span class="nt">engine</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">onesearch</span>
<span class="nt">about</span><span class="p">:</span>
<span class="nt">website</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">https://www.onesearch.com/</span>
<span class="nt">wikidata_id</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">None</span>
<span class="nt">use_official_api</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
<span class="nt">require_api_key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">false</span>
<span class="nt">results</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">HTML</span>
<span class="c1"># Doku engine lets you access to any Doku wiki instance:</span>
<span class="c1"># A public one or a private/corporate one.</span>
<span class="c1"># - name : ubuntuwiki</span>

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-az178-850/searx)
apache (http://fv-az178-680/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az178-850/searx)
nginx (http://fv-az178-680/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-az178-850/searx
PUBLIC_HOST : fv-az178-850
PUBLIC_URL : http://fv-az178-680/searx
PUBLIC_HOST : fv-az178-680
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-az178-850/searx
LXC suite: searx --&gt; http://fv-az178-680/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-az178-850/morty/
apache : http://fv-az178-680/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az178-850/morty/)
nginx (http://fv-az178-680/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-az178-850/morty/
PUBLIC_URL_MORTY: http://fv-az178-680/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-az178-850/morty/
url : http://fv-az178-680/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-az178-850/searx
SEARX_INSTANCE_NAME : searx@fv-az178-850
PUBLIC_URL : http://fv-az178-680/searx
SEARX_INSTANCE_NAME : searx@fv-az178-680
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>