fee8fe2551
Add Docker Compose configuration and environment files for local and production setups
...
- Created docker-compose.docker-local.yml for local testing of frontend and backend services.
- Added .env.development for development environment configuration.
- Introduced .env.docker-local for local Docker environment settings.
- Added .env.production for production environment configuration for Synology deployment.
2026-01-30 11:29:17 -05:00
aa1379a11a
🔧 Add Discord redirect URI configuration for local deployment
2026-01-30 05:26:45 +00:00
c40f310fba
🛠️ Add backend health check endpoint to deployment script
2026-01-30 05:00:30 +00:00
aa4648027f
🔧 Fix backend health check by correcting duplicate function call and improving readability
2026-01-30 05:00:05 +00:00
cd67421c5f
🔧 Add path parameter to healthCheck function and update backend health check calls
2026-01-30 05:00:03 +00:00
ed7ee9e857
🔧 Fix variable scope issue by reassigning config outside of try block
2026-01-30 04:59:50 +00:00
d64d2a032e
🚀 Improve local deployment script with enhanced error handling, health checks, and logging
2026-01-30 04:58:44 +00:00
6dd1be08a4
🐳 Add local Docker deployment functionality with health checks and error handling
2026-01-30 04:58:39 +00:00
61613ac7d5
🎨 Adjust indentation and formatting for consistent code style in deployment script
2026-01-30 04:58:32 +00:00
e472db461d
🚀 Add local deployment support and improve error handling in deploy script
2026-01-30 04:58:27 +00:00
b82e2f2424
✨ Add support for local deployment target in Pokedex deployment scripts
2026-01-30 04:57:41 +00:00
52cf322a00
🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace
2026-01-30 04:53:23 +00:00
9fdfbb22d8
🔒 Improve SSH connection handling, enhance file transfer reliability, and update OAuth error handling and tests
2026-01-30 04:53:18 +00:00
47f0a0484b
🔧 Update default ports for deployment configuration
2026-01-29 14:15:05 +00:00
cfde33e38c
🛠️ Improve error message formatting for health check failures
2026-01-29 06:37:34 +00:00
9f8c7ed741
✅ Enhance deployment script with separate health checks for frontend and backend services
2026-01-29 06:37:29 +00:00
ffe8f6c83d
🧹 Remove unnecessary whitespace in deploy script
2026-01-29 06:37:18 +00:00
fcbcd2ec96
🚀 Add functionality to transfer backend server files and directories during deployment
2026-01-29 06:37:13 +00:00
fd826807d8
🔧 Update deploy script to include backend port configuration
2026-01-29 06:36:59 +00:00
dff0cd964b
🔧 Update deploy script to log backend port separately
2026-01-29 06:36:39 +00:00
97e7ecd1b2
🔧 Update docker-compose modification logic to include backend port mapping and refine frontend port handling
2026-01-29 06:36:28 +00:00
ca36f33d69
🔧 Add support for specifying backend port in deployment configuration
2026-01-29 06:36:18 +00:00
a367485203
🚀 Enhance deployment script to include backend support, multi-container Docker management, and extended health checks
2026-01-29 06:36:08 +00:00
fedcc8d25d
🛠️ Simplify argument parsing and validation logic by removing redundant type annotations and relocating target validation
2026-01-28 05:29:56 +00:00
fbd1d8c94f
🛠️ Add SSHHostConfig typedef and improve argument parsing with validation for target
2026-01-28 05:29:43 +00:00
c8194b3083
🔧 Simplify error handling in healthCheck function by removing unused error parameter
2026-01-28 05:26:53 +00:00
2d28f30578
🔧 Remove unnecessary escaping of single quotes in SFTP fallback logic
2026-01-28 05:26:43 +00:00
1c40fca61d
🐛 Fix syntax error in catch block by removing empty parentheses
2026-01-28 05:26:26 +00:00
16c27a8cd7
⚠️ Handle SFTP errors without capturing the error object in deploy script
2026-01-28 05:26:21 +00:00
b434e7f3ef
🚀 Update deployment script to build and deploy Vue 3 application with enhanced file transfer and Docker management
2026-01-28 05:24:44 +00:00
02c5a9a9c1
🎨 Clean up code formatting and improve readability in deployment script
2026-01-28 05:24:11 +00:00
2206191fd9
🔨 Add Vue 3 build process and dist directory transfer to deployment script
2026-01-28 05:24:06 +00:00
1beba26249
🗑️ Remove unused and archived files across multiple directories and update project dependencies in package files
2026-01-28 02:54:35 +00:00