{ "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", "appVersion": "0.6.0b1", "manifestVersion": 2, "minBoxVersion": "7.0.0", "httpPort": 3000, "healthCheckPath": "/healthz", "memoryLimit": 536870912, "addons": { "postgresql": {}, "mysql": {}, "mongodb": {}, "redis": {}, "localstorage": {}, "sendmail": {} }, "auth": { "type": "oidc" }, "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 -- cat /app/data/.admin_password` before first login.", "volumes": [ { "name": "data", "path": "/app/data" } ], "displayName": "Maubot" }