blob: ccdda18d4513e0ab5887d1041728c3d0eb085a5b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[
{ type: install
message: <<EOM
You installed Searx: privacy-respecting, hackable metasearch engine.
It is recommended to run Searx as a service:
# sysrc searx_enable="YES"
# service searx start
It allows you to search the Internet through the local website at
http://localhost:8888
By default, Searx uses the network of long running Searx instances.
You can see the list here: http://stats.searx.oe5tpo.com
Please adjust Searx settings in %%PREFIX%%/etc/searx-settings.yml
EOM
}
]
|