- Always regenerate Museum configuration on startup to enable runtime S3 credential changes - Improve S3 configuration logging and validation for Cloudflare R2 endpoints - Update SMTP configuration to use SMTPS port 2465 with TLS encryption - Fix Caddy proxy headers to properly forward client information - Add startup.log for enhanced troubleshooting - Update build instructions and changelog for version 0.4.3
26 lines
992 B
Markdown
26 lines
992 B
Markdown
# Changelog
|
|
|
|
## 0.4.3 (2025-10-29)
|
|
|
|
* Always regenerate Museum configuration on startup to pick up S3 credential changes
|
|
* Enables seamless workflow: add S3 credentials to /app/data/config/s3.env and restart
|
|
* Fixes issue where S3 configuration changes required manual intervention
|
|
|
|
## 0.4.2 (2025-10-29)
|
|
|
|
* Use SMTPS (port 2465) with TLS encryption for email delivery
|
|
* Fixes email sending with requiresValidCertificate flag on Cloudron 9
|
|
|
|
## 0.4.1 (2025-10-23)
|
|
|
|
* Fix email sending for user registration by enabling TLS certificate validation in sendmail addon
|
|
* Add requiresValidCertificate flag to sendmail configuration to ensure proper SMTP authentication with Go applications
|
|
* Note: Requires Cloudron 9 or later for requiresValidCertificate support
|
|
|
|
## 1.0.0 (2024-06-01)
|
|
|
|
* Initial release of Ente for Cloudron
|
|
* Integrates with PostgreSQL database
|
|
* Integrates with S3-compatible object storage
|
|
* Integrates with Cloudron mail system
|
|
* Provides web UI for photos and authentication |