Improve Mealie update and install scripts

Update ct/mealie.sh to use Node.js 24, enhance backup and restore logic, ensure required environment variables are set, and improve frontend rebuild and dependency installation steps. Minor cleanup in install/mealie-install.sh by removing unnecessary blank lines.
This commit is contained in:
CanbiZ
2025-11-21 09:34:26 +01:00
parent de6630a0dc
commit 37bd1b5b64
2 changed files with 19 additions and 26 deletions

View File

@@ -58,7 +58,6 @@ mkdir -p /run/secrets
cat <<EOF >/opt/mealie/mealie.env
MEALIE_HOME=/opt/mealie
NLTK_DATA=/nltk_data
SECRET=${SECRET}
DB_ENGINE=postgres
@@ -103,7 +102,6 @@ RestartSec=5
[Install]
WantedBy=multi-user.target
EOF
systemctl enable -q --now mealie
msg_ok "Created and Started Service"