mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
reference docs.searxng.org
This commit is contained in:
@@ -568,7 +568,7 @@ check_connectivity() {
|
||||
info_msg "Most often the connectivity is blocked by a docker installation:"
|
||||
info_msg "Whenever docker is started (reboot) it sets the iptables policy "
|
||||
info_msg "for the FORWARD chain to DROP, see:"
|
||||
info_msg " https://searxng.github.io/searxng/utils/lxc.sh.html#internet-connectivity-docker"
|
||||
info_msg " https://docs.searxng.org/utils/lxc.sh.html#internet-connectivity-docker"
|
||||
iptables-save | grep ":FORWARD"
|
||||
fi
|
||||
return $ret_val
|
||||
|
||||
@@ -116,7 +116,7 @@ info_searx() {
|
||||
# shellcheck disable=SC1117
|
||||
cat <<EOF
|
||||
To activate result and image proxy in SearXNG read:
|
||||
https://searxng.github.io/searxng/admin/morty.html
|
||||
https://docs.searxng.org/admin/morty.html
|
||||
Check settings in file ${SEARXNG_SETTINGS_PATH} ...
|
||||
result_proxy:
|
||||
url : ${PUBLIC_URL_MORTY}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SearXNG settings, before editing this file read:
|
||||
#
|
||||
# https://searxng.github.io/searxng/admin/engines/settings.html
|
||||
# https://docs.searxng.org/admin/engines/settings.html
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user