- Fixed admin-helper.sh to use correct Museum binary path (/app/museum-bin/museum) - Updated start.sh to handle missing S3 configuration gracefully - App now starts in configuration mode when S3 is not configured - Shows helpful configuration page instead of failing health checks - Properly starts Museum server once S3 is configured - Updated CloudronManifest.json to version 0.2.2 - All web frontends (photos, accounts, auth, cast, albums, family) verified working - Museum API server running successfully with S3 storage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.2.2",
|
|
"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"
|
|
}
|