Andreas Düren andreas
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:55:17 +00:00
20c0f80de0 Fixed Caddy config and file permissions issues
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:51:42 +00:00
2fac328b3c Added MIME type configuration for Next.js assets in Caddy
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:43:49 +00:00
b2767897b2 Fixed mock servers by removing module flags and binding to all network interfaces
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:38:04 +00:00
74331a7fe9 Fixed mock servers by removing module dependencies
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:32:54 +00:00
98431a35dc Implemented mock servers instead of trying to run Ente
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:26:27 +00:00
98ccff7af9 Fixed directory permissions and Go module handling
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:20:54 +00:00
546fe4fe5d Fixed Go compiler errors and Caddy header syntax
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:15:17 +00:00
428b7f0ea3 Fixed creation of db_override.go in writable location
andreas pushed to main at andreas/ente-cloudron 2025-03-18 18:10:17 +00:00
4819bda8ad Fixed Caddy header syntax and moved db_override.go creation before server startup
andreas pushed to main at andreas/ente-cloudron 2025-03-18 17:56:18 +00:00
783ad628b3 Fixed shell script syntax errors and created missing db_override.go file
andreas pushed to main at andreas/ente-cloudron 2025-03-18 17:48:35 +00:00
a73d2b4959 Fixed filesystem access issues and network binding for dual-instance Ente setup
andreas pushed to main at andreas/elasticsearch-cloudron 2025-03-17 08:36:44 +00:00
50832be29e Clarify IP address source and where to run index creation commands
andreas pushed to main at andreas/elasticsearch-cloudron 2025-03-17 08:04:50 +00:00
bd4dea4757 Update package build process, add .env template, and update to Cloudron base 5.0.0
andreas pushed to main at andreas/ente-cloudron 2025-03-16 23:13:48 +00:00
42c1374606 Add Caddy webserver implementation
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:53:29 +00:00
6546f26d52 Remove web server references from Dockerfile
9640e0d785 Remove NGINX webserver implementation
Compare 2 commits »
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:47:52 +00:00
1568175962 Fix NGINX config and aggressively patch database connection to prevent localhost
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:39:20 +00:00
1358aefb60 Fix database connection issues by using standard PostgreSQL environment variables
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:34:05 +00:00
5c76451474 Fix NGINX read-only filesystem and database connection issues
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:29:36 +00:00
23c9581f7b Switch from Caddy to NGINX and fix URL construction error
andreas pushed to main at andreas/ente-cloudron 2025-03-16 22:25:09 +00:00
64b7570cc6 Fix unbound variable error by moving environment variable definitions earlier in the script