Deploying to gh-pages from @ ff850f4961 🚀

This commit is contained in:
kvch 2021-04-29 20:23:47 +00:00
parent 1174f80651
commit db72bc63d8
6 changed files with 19 additions and 14 deletions

View File

@ -1665,9 +1665,14 @@ $ sudo -H sed -i -e <span class="s2">&quot;s/{instance_name}/searx@</span><span
<span class="nt">oadoi.org </span><span class="p">:</span> <span class="s">&#39;https://oadoi.org/&#39;</span>
<span class="nt">doi.org </span><span class="p">:</span> <span class="s">&#39;https://doi.org/&#39;</span>
<span class="nt">doai.io </span><span class="p">:</span> <span class="s">&#39;https://dissem.in/&#39;</span>
<span class="nt">sci-hub.tw </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.tw/&#39;</span>
<span class="nt">sci-hub.se </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.se/&#39;</span>
<span class="nt">sci-hub.do </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.do/&#39;</span>
<span class="nt">scihubtw.tw </span><span class="p">:</span> <span class="s">&#39;https://scihubtw.tw/&#39;</span>
<span class="nt">sci-hub.st </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.st/&#39;</span>
<span class="nt">sci-hub.bar </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.bar/&#39;</span>
<span class="nt">sci-hub.it.nf </span><span class="p">:</span> <span class="s">&#39;https://sci-hub.it.nf/&#39;</span>
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">&#39;oadoi.org&#39;</span>
<span class="nt">default_doi_resolver </span><span class="p">:</span> <span class="s">&#39;sci-hub.do&#39;</span>
</pre></div>
</div>
</div></div>

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