Files
maubot-cloudron/maubot-src/CloudronManifest.json
2025-11-13 21:05:21 -06:00

34 lines
1019 B
JSON

{
"id": "ren.due.maubot",
"title": "Maubot",
"author": "Maubot Contributors",
"description": "Plugin-based Matrix bot framework with web UI and management API.",
"website": "https://docs.mau.fi/maubot/",
"contactEmail": "tulir@maunium.net",
"version": "0.6.0-1",
"manifestVersion": 2,
"minBoxVersion": "7.0.0",
"httpPort": 3000,
"healthCheckPath": "/healthz",
"memoryLimit": 536870912,
"addons": {
"postgresql": {},
"mysql": {},
"mongodb": {},
"redis": {},
"localstorage": {},
"sendmail": {},
"oidc": {
"loginRedirectUri": "/api/v1/session/callback"
}
},
"changelog": "Initial Cloudron packaging.",
"tags": [
"matrix",
"bot",
"maubot"
],
"postInstallMessage": "The Maubot UI is protected by Cloudron SSO. The initial API/UI admin credentials are stored in /app/data/.admin_password (username: root). Retrieve them with `cloudron exec --app <app-id> -- cat /app/data/.admin_password` before first login.",
"displayName": "Maubot"
}