Update AppImage

This commit is contained in:
MacRimi
2025-10-12 21:19:01 +02:00
parent 94d46299d0
commit 61e3dae708
2 changed files with 6 additions and 8 deletions

View File

@@ -19,8 +19,6 @@ if [[ "$1" == "--translate" ]]; then
exec python3 "${APPDIR}/usr/bin/translate_cli.py" "${@:2}"
else
echo "🚀 Starting ProxMenux Monitor Dashboard..."
echo "📊 Dashboard will be available at: http://localhost:8008"
echo "🔌 API endpoints at: http://localhost:8008/api/"
echo ""
echo "🔧 Hardware monitoring tools:"
@@ -36,8 +34,6 @@ else
fi
fi
echo ""
echo "Press Ctrl+C to stop the server"
echo ""
# Start the Flask server