- Implement comprehensive OTP email monitoring service - Monitor Museum logs for "Skipping sending email" pattern - Send verification emails using Cloudron email addon - Add specific regex pattern for Museum's skip email format - Version bump to 0.1.62 The monitor captures OTP codes from logs when Museum skips sending emails and sends them via Cloudron's email system. This ensures users receive their verification codes even when Museum's email configuration is not sending directly.
38 lines
854 B
JSON
38 lines
854 B
JSON
{
|
|
"id": "io.ente.cloudronapp",
|
|
"title": "Ente",
|
|
"author": "Ente Authors",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG.md",
|
|
"contactEmail": "contact@ente.io",
|
|
"tagline": "Open Source End-to-End Encrypted Photos & Authentication",
|
|
"upstreamVersion": "1.0.0",
|
|
"version": "0.1.62",
|
|
"healthCheckPath": "/ping",
|
|
"httpPort": 3080,
|
|
"memoryLimit": 1073741824,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"postgresql": {},
|
|
"email": {},
|
|
"sendmail": {
|
|
"supportsDisplayName": true
|
|
}
|
|
},
|
|
"checklist": {
|
|
"create-permanent-admin": {
|
|
"message": "Required: S3 Storage Configuration!"
|
|
}
|
|
},
|
|
|
|
"icon": "file://logo.png",
|
|
"tags": [
|
|
"photos",
|
|
"authentication",
|
|
"e2ee",
|
|
"encryption"
|
|
],
|
|
"manifestVersion": 2,
|
|
"minBoxVersion": "8.1.0",
|
|
"website": "https://ente.io"
|
|
} |