11 Commits (9c069d4822689ec4fdf401b5af432460464febec)

Author SHA1 Message Date
dash 7a96cbe649 Refactor JWT_SECRET handling in deploy.sh to use printf for consistent formatting. This change ensures that the JWT_SECRET is correctly appended to backend/.env with a newline, improving the script's reliability. 2 weeks ago
dash 8045fa8e66 Add JWT_SECRET generation to deploy.sh for enhanced security. Automatically creates or updates backend/.env with a strong random JWT_SECRET if not present, improving deployment process. 2 weeks ago
dash c72d24b76b Update deploy.sh usage instructions for improved clarity and ease of use. 2 weeks ago
dash 6ce511fc2f Enhance deploy.sh to check for existing PM2 service before stopping and deleting. Added conditional logic to skip these steps if the service is not found, improving deployment reliability. 2 weeks ago
dash 8ccbdb09d1 Add production environment configuration example and remove outdated deployment documentation 2 weeks ago
dash 3fb6d4310a Refactor deployment scripts to install backend dependencies separately and update build commands. Remove frontend access URL from deployment output. 2 weeks ago
dash c32953cc05 Remove frontend deployment configuration from ecosystem.config.js and update deployment script to exclude frontend access URL. 2 weeks ago
dash 998fac02e0 Update deployment scripts to use npm for rebuilding sqlite3 and enforce frozen lockfile during installation. This ensures consistent dependency resolution across environments. 2 weeks ago
dash 3cbaeecb04 Refactor sqlite3 installation process in deploy.sh. Updated script to force reinstall and rebuild sqlite3 to ensure compatibility with the current platform. 2 weeks ago
dash 34be13f8bc Update deployment documentation and scripts for sqlite3 issues. Added a troubleshooting section in DEPLOY.md, created fix-sqlite3.sh script for automated binding fixes, and enhanced deploy.sh to check for necessary build tools and rebuild sqlite3 as part of the deployment process. 2 weeks ago
dash 0f154e78bf Enhance deployment process and project structure. Added deployment scripts for Windows and Linux, a comprehensive deployment guide, and Docker support. Updated .gitignore to include additional files and directories. Introduced PM2 configuration for process management and health checks for backend and frontend ser 2 weeks ago