The STARTTLS port 2587 requires TLS certificate verification, but Cloudron's internal mail relay uses a wildcard cert for *.due.ren which doesn't match the hostname 'mail'. Port 2525 is the internal plain SMTP relay that doesn't require authentication or TLS for connections from within the same container network.
38 lines
936 B
JSON
38 lines
936 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.3.9",
|
|
"upstreamVersion": "git-main",
|
|
"healthCheckPath": "/health",
|
|
"httpPort": 3080,
|
|
"memoryLimit": 1610612736,
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"sendmail": {
|
|
"supportsDisplayName": 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"
|
|
}
|