mirror of
https://github.com/searx/searx
synced 2025-02-23 07:07:42 +01:00
Deploy searx/searx to github.com/searx/searx.git:gh-pages
This commit is contained in:
parent
1077025cf5
commit
f0769756e7
File diff suppressed because one or more lines are too long
@ -222,18 +222,18 @@ inspect service
|
||||
show service status and log
|
||||
option
|
||||
set one of the available options
|
||||
apache (http://10.20.0.110/searx)
|
||||
apache (http://10.20.0.78/searx)
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site searx.conf
|
||||
nginx (http://10.20.0.110/searx)
|
||||
nginx (http://10.20.0.78/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://10.20.0.110/searx
|
||||
PUBLIC_HOST : 10.20.0.110
|
||||
PUBLIC_URL : http://10.20.0.78/searx
|
||||
PUBLIC_HOST : 10.20.0.78
|
||||
SERVICE_USER : filtron
|
||||
FILTRON_TARGET : 127.0.0.1:8888
|
||||
FILTRON_API : 127.0.0.1:4005
|
||||
|
@ -195,7 +195,7 @@ install
|
||||
:base: prepare LXC; install basic packages
|
||||
:suite: install LXC searx suite into all (or <name>) containers
|
||||
|
||||
LXC suite: searx --> http://10.20.0.110/searx
|
||||
LXC suite: searx --> http://10.20.0.78/searx
|
||||
suite includes searx, morty & filtron
|
||||
suite images:
|
||||
ubu1604 ubu1804 ubu1910 ubu2004 fedora31 archlinux centos7
|
||||
|
@ -224,22 +224,22 @@ inspect service
|
||||
option
|
||||
set one of the available options
|
||||
:new-key: set new morty key
|
||||
apache : http://10.20.0.110/morty/
|
||||
apache : http://10.20.0.78/morty/
|
||||
:install: apache site with a reverse proxy (ProxyPass)
|
||||
:remove: apache site morty.conf
|
||||
nginx (http://10.20.0.110/morty/)
|
||||
nginx (http://10.20.0.78/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://10.20.0.110/morty/
|
||||
PUBLIC_URL_MORTY: http://10.20.0.78/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://10.20.0.110/morty/
|
||||
url : http://10.20.0.78/morty/
|
||||
server:
|
||||
image_proxy : True
|
||||
</pre></div>
|
||||
|
@ -114,8 +114,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://10.20.0.110/searx
|
||||
SEARX_INSTANCE_NAME : searx@10.20.0.110
|
||||
PUBLIC_URL : http://10.20.0.78/searx
|
||||
SEARX_INSTANCE_NAME : searx@10.20.0.78
|
||||
SERVICE_USER : searx
|
||||
SEARX_INTERNAL_HTTP : http://127.0.0.1:8888
|
||||
</pre></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user