diff --git a/deploy/nexus/genome-raw-commit.sh b/deploy/nexus/genome-raw-commit.sh index 554d7bf..12a044a 100644 --- a/deploy/nexus/genome-raw-commit.sh +++ b/deploy/nexus/genome-raw-commit.sh @@ -19,7 +19,7 @@ set -a; . "${HOME}/.config/knowledge-genome.env"; set +a : "${FORGEJO_USER:=n8n-bot}" : "${FORGEJO_HOST:=127.0.0.1:3001}" : "${FORGEJO_OWNER:=Keru}" -: "${FORGEJO_WEB_BASE:=https://git.keruhomelab.com} +: "${FORGEJO_WEB_BASE:=https://git.keruhomelab.com}" # human-facing URL for remote links (not the loopback) : "${SYNCTHING_URL:=http://127.0.0.1:8384}" : "${COMMITTER_NAME:=n8n-bot}" : "${COMMITTER_EMAIL:=n8n-bot@homelab}"