A Juju charm deploying and managing Maubot on Kubernetes.
Maubot is a plugin-based Matrix bot system written in Python.
The charm has the following architecture:
graph TD;
user[User] --> ingress[Ingress];
subgraph " "
direction TB;
nginx[NGINX] --> maubot[Maubot];
end;
ingress --> nginx;
maubot --> postgresql[PostgreSQL Database];
maubot --> synapse[Synapse Homeserver];
The Maubot Operator is a member of the Ubuntu family. It's an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.
- Code of conduct
- Get support
- Join our online chat
- Contribute
- Getting Started Thinking about using the Maubot Operator for your next project? Get in touch!