4af60e1c64
Fix JavaScript URL construction error for API endpoint
...
- Change NEXT_PUBLIC_ENTE_ENDPOINT from "/api" to "https://example.com/api " during build to satisfy URL constructor requirements
- Add runtime replacement in start.sh to replace placeholder with actual domain endpoint
- This resolves the "TypeError: Failed to construct 'URL': Invalid URL" error in the frontend
2025-07-22 08:58:53 -06:00
4cb24ede92
Add Caddy webserver implementation
2025-03-17 00:13:38 +01:00
70ace7fc9a
Remove web server references from Dockerfile
2025-03-16 23:53:07 +01:00
d777a26ab7
Update Cloudron app configuration and setup
2025-03-16 22:17:41 +01:00
8f54d8aeb2
Fix permission issues with go.mod by using a writable copy
2025-03-14 23:41:56 +01:00
3cebe5d5df
Update Go version to 1.24.1 to satisfy dependency requirements
2025-03-14 23:37:34 +01:00
b902505524
Fix Go version compatibility issues and prevent automatic toolchain downloads
2025-03-14 23:35:14 +01:00
d2a19463b2
Make scripts more robust to handle various repository structures
2025-03-14 21:59:22 +01:00
df6aa7cdc4
Update to include both Museum server and web apps in single package
2025-03-14 21:45:09 +01:00
b492849666
Update Dockerfile to include Go and dependencies for Museum server
2025-03-14 21:42:45 +01:00
87ce90b9e7
Finalize Dockerfile
2025-03-14 21:31:41 +01:00
435e3af06a
Update Dockerfile to examine ente repository structure
2025-03-14 21:27:55 +01:00
1d01c51099
Optimize build: remove embedded repositories from source and clone during Docker build
2025-03-14 21:03:47 +01:00
a8858657dc
Initial commit for Ente Cloudron package
2025-03-14 21:01:18 +01:00