Andreas Düren andreas
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
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:28:58 +00:00
4811e0986e Update OTT handler to include required ID field in response
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:22:23 +00:00
9709ebe265 Fixed signup verification code by adding a handler for /users/ott endpoint
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:16:19 +00:00
71db4afae1 Fixed empty HTML issue by copying and modifying the original HTML files
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:12:36 +00:00
bdcf96150f Fixed Caddy filter directive and Go import issues
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:08:21 +00:00
43cb685842 Fixed read-only filesystem issues by using Caddy's filter directives and improved mock servers
andreas pushed to main at andreas/ente-cloudron 2025-03-18 19:04:08 +00:00
ded9e1d174 Added registration code display in logs
e093bfc571 Fixed frontend URL error by injecting config.js and runtime-config.js before Caddy starts
Compare 2 commits »
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:58:57 +00:00
e329b54b8b Fixed Caddy config and Go module import issues