2020-01-29 20:00:50 +01:00
|
|
|
# -*- coding: utf-8; mode: sh -*-
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#
|
2020-01-31 15:53:53 +01:00
|
|
|
# environment used by utils scripts like filtron.sh or searx.sh
|
2020-01-29 20:00:50 +01:00
|
|
|
#
|
|
|
|
|
2020-01-31 15:53:53 +01:00
|
|
|
# the public URL of the searx instance
|
|
|
|
PUBLIC_URL="${PUBLIC_URL:-http://$(uname -n)/searx}"
|
|
|
|
PUBLIC_HOST="${PUBLIC_HOST:-$(echo "$PUBLIC_URL" | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/')}"
|