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'