Fix: Gitea-Repo URL im installer.sh eingetragen
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
3240bfcd0c
commit
2ae126cf20
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue