1
0
mirror of https://github.com/searx/searx synced 2025-02-23 15:17:46 +01:00

Deploying to gh-pages from @ b405646749e87aad95b4a717bdde9ec12608cb5a 🚀

This commit is contained in:
dalf 2021-01-16 18:28:35 +00:00
parent d562d93f09
commit 6f2a0c63bd
6 changed files with 15 additions and 13 deletions

View File

@ -947,7 +947,9 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">name</span> <span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">invidious</span>
<span class="l l-Scalar l-Scalar-Plain">engine</span> <span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">invidious</span>
<span class="l l-Scalar l-Scalar-Plain">base_url</span> <span class="p p-Indicator">:</span> <span class="s">&#39;https://invidio.us/&#39;</span>
<span class="l l-Scalar l-Scalar-Plain">base_url</span> <span class="p p-Indicator">:</span>
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">https://invidious.tube/</span>
<span class="p p-Indicator">-</span> <span class="l l-Scalar l-Scalar-Plain">https://invidious.snopyta.org/</span>
<span class="l l-Scalar l-Scalar-Plain">shortcut</span><span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">iv</span>
<span class="l l-Scalar l-Scalar-Plain">timeout</span> <span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">5.0</span>
<span class="l l-Scalar l-Scalar-Plain">disabled</span> <span class="p p-Indicator">:</span> <span class="l l-Scalar l-Scalar-Plain">True</span>

File diff suppressed because one or more lines are too long

View File

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

View File

@ -197,7 +197,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-az37-425/searx
LXC suite: searx --&gt; http://fv-az121-510/searx
suite includes searx, morty &amp; filtron
suite images:
ubu1604 ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7

View File

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

View File

@ -116,8 +116,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-az37-425/searx
SEARX_INSTANCE_NAME : searx@fv-az37-425
PUBLIC_URL : http://fv-az121-510/searx
SEARX_INSTANCE_NAME : searx@fv-az121-510
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>