Files
ente-cloudron/CloudronManifest.json
Andreas Dueren f0c225961a Add SMTP authentication using Cloudron sendmail credentials
Configure Museum to use CLOUDRON_MAIL_SMTP_USERNAME and
CLOUDRON_MAIL_SMTP_PASSWORD for authenticated SMTP relay.
This fixes the "550 I cannot deliver mail" error by properly
authenticating with the Cloudron sendmail addon.
2025-10-22 08:54:03 -06:00

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.7",
"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"
}