mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:25:53 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user