Deploying to gh-pages from @ 2222caec22 🚀

This commit is contained in:
asciimoo 2022-09-20 21:09:35 +00:00
parent cf0bb1d522
commit 0bc593d1b3
6 changed files with 21 additions and 12 deletions

View File

@ -1895,6 +1895,15 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="w"> </span><span class="nt">require_api_key</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">false</span><span class="w"></span>
<span class="w"> </span><span class="nt">results</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">HTML</span><span class="w"></span>
<span class="c1"># omnom engine - see https://github.com/asciimoo/omnom for more details</span><span class="w"></span>
<span class="c1"># - name : omnom</span><span class="w"></span>
<span class="c1"># engine : omnom</span><span class="w"></span>
<span class="c1"># paging : True</span><span class="w"></span>
<span class="c1"># base_url : &#39;http://your.omnom.host/&#39;</span><span class="w"></span>
<span class="c1"># enable_http : True</span><span class="w"></span>
<span class="c1"># categories : general</span><span class="w"></span>
<span class="c1"># shortcut : om</span><span class="w"></span>
<span class="c1"># Doku engine lets you access to any Doku wiki instance:</span><span class="w"></span>
<span class="c1"># A public one or a private/corporate one.</span><span class="w"></span>
<span class="c1"># - name : ubuntuwiki</span><span class="w"></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-az570-755/searx)
apache (http://fv-az91-612/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az570-755/searx)
nginx (http://fv-az91-612/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-az570-755/searx
PUBLIC_HOST : fv-az570-755
PUBLIC_URL : http://fv-az91-612/searx
PUBLIC_HOST : fv-az91-612
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-az570-755/searx
LXC suite: searx --&gt; http://fv-az91-612/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-az570-755/morty/
apache : http://fv-az91-612/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az570-755/morty/)
nginx (http://fv-az91-612/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-az570-755/morty/
PUBLIC_URL_MORTY: http://fv-az91-612/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-az570-755/morty/
url : http://fv-az91-612/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-az570-755/searx
SEARX_INSTANCE_NAME : searx@fv-az570-755
PUBLIC_URL : http://fv-az91-612/searx
SEARX_INSTANCE_NAME : searx@fv-az91-612
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>