mirror of
https://github.com/searx/searx
synced 2025-02-23 23:27:44 +01:00
Deploying to gh-pages from @ 63e696372bd824f84c4c412603958f0ec57c7163 🚀
This commit is contained in:
parent
f6d75a43f7
commit
98ea261ae5
File diff suppressed because one or more lines are too long
@ -184,18 +184,18 @@ inspect service
|
||||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://fv-az224-809/searx)
|
||||
apache (http://fv-az139-284/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://fv-az224-809/searx)
|
||||
nginx (http://fv-az139-284/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 '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az224-809/searx
|
||||
PUBLIC_HOST : fv-az224-809
|
||||
PUBLIC_URL : http://fv-az139-284/searx
|
||||
PUBLIC_HOST : fv-az139-284
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
@ -194,12 +194,12 @@ install
|
||||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://fv-az224-809/searx
|
||||
LXC suite: searx --> http://fv-az139-284/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1804 ubu2004 ubu2010 fedora31 archlinux centos7
|
||||
ubu1804 ubu2004 ubu2010 fedora33 archlinux centos7
|
||||
suite containers:
|
||||
searx-ubu1804 searx-ubu2004 searx-ubu2010 searx-fedora31 searx-archlinux
|
||||
searx-ubu1804 searx-ubu2004 searx-ubu2010 searx-fedora33 searx-archlinux
|
||||
searx-centos7
|
||||
</pre></div>
|
||||
</div>
|
||||
@ -234,7 +234,7 @@ lxc_set_suite_env<span class="o">()</span> <span class="o">{</span>
|
||||
<span class="s2">"</span><span class="nv">$LINUXCONTAINERS_ORG_NAME</span><span class="s2">:ubuntu/20.10"</span> <span class="s2">"ubu2010"</span> <span class="c1"># July 2021</span>
|
||||
|
||||
<span class="c1"># EOL see https://fedoraproject.org/wiki/Releases</span>
|
||||
<span class="s2">"</span><span class="nv">$LINUXCONTAINERS_ORG_NAME</span><span class="s2">:fedora/31"</span> <span class="s2">"fedora31"</span>
|
||||
<span class="s2">"</span><span class="nv">$LINUXCONTAINERS_ORG_NAME</span><span class="s2">:fedora/33"</span> <span class="s2">"fedora33"</span>
|
||||
|
||||
<span class="c1"># rolling releases see https://www.archlinux.org/releng/releases/</span>
|
||||
<span class="s2">"</span><span class="nv">$LINUXCONTAINERS_ORG_NAME</span><span class="s2">:archlinux"</span> <span class="s2">"archlinux"</span>
|
||||
|
@ -186,22 +186,22 @@ inspect service
|
||||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://fv-az224-809/morty/
|
||||
apache : http://fv-az139-284/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://fv-az224-809/morty/)
|
||||
nginx (http://fv-az139-284/morty/)
|
||||
:install: nginx site with a reverse proxy (ProxyPass)
|
||||
:remove: nginx site morty.conf
|
||||
|
||||
If needed, set the environment variables in the '.config.sh' file::
|
||||
PUBLIC_URL_MORTY: http://fv-az224-809/morty/
|
||||
PUBLIC_URL_MORTY: http://fv-az139-284/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-az224-809/morty/
|
||||
url : http://fv-az139-284/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
@ -113,8 +113,8 @@ apache
|
||||
searx settings: /etc/searx/settings.yml
|
||||
|
||||
If needed, set PUBLIC_URL of your WEB service in the '.config.sh' file::
|
||||
PUBLIC_URL : http://fv-az224-809/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az224-809
|
||||
PUBLIC_URL : http://fv-az139-284/searx
|
||||
SEARX_INSTANCE_NAME : searx@fv-az139-284
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user