Fix: Gitea-Repo URL im installer.sh eingetragen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
boban 2026-04-23 01:32:10 +02:00
parent 3240bfcd0c
commit 2ae126cf20
1 changed files with 1 additions and 1 deletions

View File

@ -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)