mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
utils/searx.sh & filtron.sh: misc changes from first tests (WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
971a8264b2
commit
924bf65517
6 changed files with 286 additions and 102 deletions
8
utils/dot_config
Normal file
8
utils/dot_config
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# -*- coding: utf-8; mode: sh -*-
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
#
|
||||
# Set environment used by ./utils scripts like filtron.sh or searx.sh
|
||||
#
|
||||
|
||||
# Public URL of the searx instance
|
||||
PUBLIC_URL="${PUBLIC_URL:-https://$(uname -n)/searx}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue