Deploying to gh-pages from @ 1a18adcc16 🚀

This commit is contained in:
kvch 2022-01-15 18:22:32 +00:00
parent fca2c9ac15
commit e5daf3c889
6 changed files with 32 additions and 12 deletions

View File

@ -1119,6 +1119,26 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">openstreetmap</span>
<span class="nt">shortcut </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">osm</span>
<span class="c1"># - name : prowlarr</span>
<span class="c1"># engine : prowlarr</span>
<span class="c1"># shortcut : prow</span>
<span class="c1"># categories : files</span>
<span class="c1"># enable_http : True</span>
<span class="c1"># api_key : &#39;&#39;</span>
<span class="c1"># indexer_ids : 5 # comma separated list of indexer ids</span>
<span class="c1"># search_categories : &#39;&#39; # comma separated list of categories</span>
<span class="c1"># search_type : search</span>
<span class="c1"># base_url: http://localhost:9696/api/v1/search?</span>
<span class="c1"># timeout : 50.0</span>
<span class="c1"># disabled : True,</span>
<span class="c1"># about :</span>
<span class="c1"># website : https://wiki.servarr.com/prowlarr</span>
<span class="c1"># wikidata_id : None</span>
<span class="c1"># official_api_documentation : https://wiki.servarr.com/prowlarr/search</span>
<span class="c1"># use_official_api : true</span>
<span class="c1"># require_api_key : true</span>
<span class="c1"># results : JSON</span>
<span class="p p-Indicator">-</span> <span class="nt">name </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">openrepos</span>
<span class="nt">engine </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">xpath</span>
<span class="nt">paging </span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">True</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-az238-141/searx)
apache (http://fv-az246-593/searx)
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site searx.conf
nginx (http://fv-az238-141/searx)
nginx (http://fv-az246-593/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-az238-141/searx
PUBLIC_HOST : fv-az238-141
PUBLIC_URL : http://fv-az246-593/searx
PUBLIC_HOST : fv-az246-593
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-az238-141/searx
LXC suite: searx --&gt; http://fv-az246-593/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-az238-141/morty/
apache : http://fv-az246-593/morty/
:install: apache site with a reverse proxy (ProxyPass)
:remove: apache site morty.conf
nginx (http://fv-az238-141/morty/)
nginx (http://fv-az246-593/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-az238-141/morty/
PUBLIC_URL_MORTY: http://fv-az246-593/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-az238-141/morty/
url : http://fv-az246-593/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-az238-141/searx
SEARX_INSTANCE_NAME : searx@fv-az238-141
PUBLIC_URL : http://fv-az246-593/searx
SEARX_INSTANCE_NAME : searx@fv-az246-593
SERVICE_USER : searx
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
</pre></div>