From 2ae126cf20636d4945609f9cc5dd01dd1d33bf6c Mon Sep 17 00:00:00 2001 From: boban Date: Thu, 23 Apr 2026 01:32:10 +0200 Subject: [PATCH] Fix: Gitea-Repo URL im installer.sh eingetragen Co-Authored-By: Claude Sonnet 4.6 --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 534d609..61ccf7a 100644 --- a/installer.sh +++ b/installer.sh @@ -34,7 +34,7 @@ DB_USER="${DB_USER:-${APP_USER}}" # DB_PASS muss vorher generiert oder gesetzt werden # Git (Platzhalter; später ersetzen) -GIT_REPO="${GIT_REPO:-https://example.com/your-repo-placeholder.git}" +GIT_REPO="${GIT_REPO:-https://git.nexlab.at/boban/mailwolt.git}" GIT_BRANCH="${GIT_BRANCH:-main}" # Node Setup (deb = apt Pakete; nodesource = NodeSource LTS)