From 49be5ada89d5ee170cd77274c64723f96cdf92d6 Mon Sep 17 00:00:00 2001 From: Matteo Cherubini Date: Sun, 21 Jun 2026 00:42:16 +0200 Subject: [PATCH] fix: Correctly close FORGEJO_WEB_BASE variable definition and clarify purpose --- deploy/nexus/genome-raw-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"