A Kubernetes Operator for running the Synapse Matrix homeserver. Based on the Operator SDK.
This is still very much a work-in-progress. Don't use it in production.
CustomResourceDefinition | Description |
---|---|
Synapse | Manage a Synapse homeserver |
Minimal example manifest for a Synapse instance at matrix.example.com
, opting
in to anonymous statistics reporting (reportStats: yes
).
apiVersion: matrix.slrz.net/v1alpha1
kind: Synapse
metadata:
name: mysynapse
spec:
serverName: matrix.example.com
reportStats: yes