- 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
39 lines
976 B
JSON
39 lines
976 B
JSON
{
|
|
"id": "io.ente.cloudronapp",
|
|
"title": "Ente",
|
|
"author": "Ente Development Team",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG.md",
|
|
"contactEmail": "contact@ente.io",
|
|
"website": "https://ente.io",
|
|
"tagline": "Open source, end-to-end encrypted photo backup",
|
|
"version": "0.4.3",
|
|
"upstreamVersion": "git-main",
|
|
"healthCheckPath": "/health",
|
|
"httpPort": 3080,
|
|
"memoryLimit": 1610612736,
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"sendmail": {
|
|
"supportsDisplayName": true,
|
|
"requiresValidCertificate": true
|
|
}
|
|
},
|
|
"checklist": {
|
|
"configure-object-storage": {
|
|
"message": "Configure your S3-compatible storage in /app/data/config/s3.env before first use."
|
|
}
|
|
},
|
|
"icon": "file://logo.png",
|
|
"tags": [
|
|
"photos",
|
|
"encryption",
|
|
"backup",
|
|
"self-hosting"
|
|
],
|
|
"manifestVersion": 2,
|
|
"minBoxVersion": "8.1.0"
|
|
}
|