Deploying to gh-pages from @ c3034bd883 🚀

This commit is contained in:
kvch 2021-10-10 12:50:06 +00:00
parent d5487ffc1b
commit f6acf8871e
6 changed files with 21 additions and 21 deletions

View File

@ -280,7 +280,7 @@
<td><p>3.0</p></td>
<td><p>images</p></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
@ -295,7 +295,7 @@
<td><p>3.0</p></td>
<td><p>news</p></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td></td>
<td><p>y</p></td>
@ -310,7 +310,7 @@
<td><p>3.0</p></td>
<td><p>videos</p></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
@ -445,7 +445,7 @@
<td><p>3.0</p></td>
<td><p>general</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td><p>y</p></td>
<td></td>
@ -520,7 +520,7 @@
<td><p>3.0</p></td>
<td><p>images</p></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
@ -745,7 +745,7 @@
<td><p>3.0</p></td>
<td><p>images</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
@ -760,7 +760,7 @@
<td><p>3.0</p></td>
<td><p>news</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td></td>
<td><p>y</p></td>
@ -775,7 +775,7 @@
<td><p>3.0</p></td>
<td><p>videos</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
<td></td>
<td><p>y</p></td>
@ -790,7 +790,7 @@
<td><p>3.0</p></td>
<td><p>science</p></td>
<td><p>y</p></td>
<td><p>y</p></td>
<td></td>
<td></td>
<td></td>
<td><p>y</p></td>

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