dot_config 243 B

12345678
  1. # -*- coding: utf-8; mode: sh -*-
  2. # SPDX-License-Identifier: AGPL-3.0-or-later
  3. #
  4. # Set environment used by ./utils scripts like filtron.sh or searx.sh
  5. #
  6. # Public URL of the searx instance
  7. PUBLIC_URL="${PUBLIC_URL:-https://$(uname -n)/searx}"