added automatic Key Generation for Empty .env Keys

This commit is contained in:
2025-12-03 20:38:40 +01:00
parent 61d94a264f
commit 14b3eb4559
9 changed files with 106 additions and 329 deletions

View File

@@ -33,5 +33,13 @@ if [[ "$START_BUILD" == "y" || "$START_BUILD" == "Y" || $START_BUILD == "" ]]; t
$PWD/bin/start_build.sh
fi
# Ask user if they want to install Gitea now for self-hosted git
read -p "Do you want to set up Gitea (self-hosted git service)? (Y/n): " SETUP_GITEA
if [[ "$SETUP_GITEA" == "y" || "$SETUP_GITEA" == "Y" || $SETUP_GITEA == "" ]]; then
$PWD/bin/setup_gitea.sh
fi
sudo apt autoremove -y