From b2f37a3f8926831570c562fed1e128c7d1200ad6 Mon Sep 17 00:00:00 2001 From: cynthia Date: Wed, 25 Jan 2023 18:13:37 +0100 Subject: [PATCH] my build params --- manage | 3 ++- utils/brand.env | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manage b/manage index a779d1ff..24298053 100755 --- a/manage +++ b/manage @@ -483,7 +483,8 @@ docker.build() { # define the docker image name GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/') - SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}" + #SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}" + SEARXNG_IMAGE_NAME=cynthia/searxng BUILD="build" if [ "$1" = "buildx" ]; then diff --git a/utils/brand.env b/utils/brand.env index 31afce53..eb3b1f54 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,5 +1,5 @@ export SEARXNG_URL='' export SEARXNG_PORT='8888' export SEARXNG_BIND_ADDRESS='127.0.0.1' -export GIT_URL='https://github.com/searxng/searxng' +export GIT_URL='https://gitea.cynthia/sp4ke/searxng' export GIT_BRANCH='master'