40 lines
1.1 KiB
JSON
40 lines
1.1 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",
|
|
"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.",
|
|
"volumes": [
|
|
{
|
|
"name": "data",
|
|
"path": "/app/data"
|
|
}
|
|
],
|
|
"displayName": "Maubot"
|
|
}
|