forked from Ponysearch/Ponysearch
cd9b877c8c
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
9 lines
343 B
Bash
9 lines
343 B
Bash
# -*- coding: utf-8; mode: sh -*-
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#
|
|
# environment used by utils scripts like filtron.sh or searx.sh
|
|
#
|
|
|
|
# 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/')}"
|