Deploying to gh-pages from @ 07f5edce3d 🚀

This commit is contained in:
kvch 2021-04-06 20:04:51 +00:00
parent c97e36c4f9
commit b427c03fe4
6 changed files with 19 additions and 12 deletions

View File

@ -912,6 +912,13 @@ $ 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="c1"># - name : meilisearch</span>
<span class="c1"># engine : meilisearch</span>
<span class="c1"># shortcut: mes</span>
<span class="c1"># enable_http: True</span>
<span class="c1"># base_url : http://localhost:7700</span>
<span class="c1"># index : my-index</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">microsoft academic</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">microsoft_academic</span>
<span class="nt">categories </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">science</span>

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