Andreas Düren andreas
andreas pushed to main at andreas/ente-cloudron 2025-03-20 14:30:03 +00:00
144f2b78d1 Add extensive debugging and more resilient startup
andreas pushed to main at andreas/ente-cloudron 2025-03-20 14:12:40 +00:00
d828bf3b8e Remove mock server components and install real Ente server
andreas pushed to main at andreas/ente-cloudron 2025-03-20 13:48:08 +00:00
3c8309dffd Fix directory creation for static assets and web app files
andreas pushed to main at andreas/ente-cloudron 2025-03-20 13:40:53 +00:00
7f7ae4e8bf Implement comprehensive SRP Buffer polyfill to fix verification errors
andreas pushed to main at andreas/ente-cloudron 2025-03-20 13:32:34 +00:00
6289577898 Implement Caddy for web app serving and fix OTP verification issues
andreas pushed to main at andreas/ente-cloudron 2025-03-20 13:18:36 +00:00
8df2a3a621 Add browser compatibility fixes for URL constructor and Node.js functions
andreas pushed to main at andreas/ente-cloudron 2025-03-20 12:54:49 +00:00
192070ffae Fix URL construction error and update verification endpoint with proper schema
andreas pushed to main at andreas/ente-cloudron 2025-03-20 12:46:03 +00:00
e69166fc91 Replace Go mock server with Node.js implementation for better reliability
andreas pushed to main at andreas/ente-cloudron 2025-03-20 12:37:00 +00:00
f32919d436 Completely refactored startup script for proper museum server integration
andreas pushed to main at andreas/ente-cloudron 2025-03-20 12:22:21 +00:00
d345b2f460 Fix API server and URL handling for frontend connectivity
andreas pushed to main at andreas/ente-cloudron 2025-03-20 12:05:07 +00:00
f4fd4fdf77 Fix mock API server initialization and unbound variable issues
andreas pushed to main at andreas/ente-cloudron 2025-03-20 11:49:24 +00:00
defe47f78d Fix here-document syntax issues in runtime config generation and Go module setup for mock API server
andreas pushed to main at andreas/ente-cloudron 2025-03-20 11:34:10 +00:00
5dbbb094b4 Fix here-document syntax error in runtime config generation and Go module initialization
andreas pushed to main at andreas/ente-cloudron 2025-03-18 20:52:48 +00:00
50a19a7908 Fix Go module structure for mock servers to resolve build issues
andreas pushed to main at andreas/ente-cloudron 2025-03-18 20:41:08 +00:00
c00be35fc7 Fix mock API server startup issues on port 8080
b223843bcd Fix mock server startup to ensure it starts properly and binds to the correct ports
Compare 2 commits »
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:54:48 +00:00
d32c366683 Fix verification parsing and make code validation more forgiving for testing
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:47:29 +00:00
f545b8d797 Fix URL construction error by ensuring proper URL formats with protocol prefixes
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:42:54 +00:00
1244467afa Fix syntax errors in mock servers and use HEREDOC with quoted delimiter to prevent shell interpretation issues
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:37:00 +00:00
17839a17df Fix syntax errors in mock API server Go code
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:29:51 +00:00
aefea17f2f Replace hardcoded API URLs with dynamic CLOUDRON_APP_ORIGIN variable