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

46 lines
1.2 KiB
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",
"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 <app-id> -- cat /app/data/.admin_password` before first login.",
"volumes": [
{
"name": "data",
"path": "/app/data"
}
],
"tcpPorts": [],
"capabilities": [],
"icon": "",
"mediaLinks": [],
"displayName": "Maubot",
"tagsLocalized": {}
}