Compare commits

...

2 Commits

Author SHA1 Message Date
c12af7a747 Fix formatting issues in tracktor-install.sh 2025-12-10 10:27:42 +01:00
8b858f4a65 add redis 2025-12-10 07:19:55 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,10 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
$STD apt install -y \
git \
openssl
openssl \
redis
msg_ok "Installed Dependencies"
msg_warn "WARNING: This script will run an external installer from a third-party source (https://dokploy.com/)."

View File

@ -21,7 +21,6 @@ cd /opt/tracktor
$STD npm install
$STD npm run build
mkdir -p /opt/tracktor-data/{uploads,logs}
HOST_IP=$(hostname -I | awk '{print $1}')
cat <<EOF >/opt/tracktor.env
NODE_ENV=production
DB_PATH=/opt/tracktor-data/tracktor.db