David Cruz

Results 7 issues of David Cruz

This is going to be pretty difficult, but essential. Since Coturn only runs over UDP, and is not an HTTP server, we can't just set up an Ingress and hope...

The most useful settings in homeserver.yaml are already mapped to values, mostly under the `matrix:` object, but there is a ton of additional configuration possible. Organize, implement, and document as...

good first issue

[ma1sd](https://github.com/ma1uta/ma1sd) looks promising as a fork of mxisd (now deprecated, not included in this chart). It has some useful features and customizations around authentication.

Right now, to create a homeserver with registration disabled, you need to manually enable registration, create the initial users, then disable registration and run `helm upgrade`. We should add an...

Add probes to: * `bridge-discord` * `bridge-whatsapp` * `coturn` The bridges I believe expose an HTTP API, that should be easy enough to hit, `coturn` is UDP only, so we...

Create a setting to enable S3 support and store public media in S3. This involves creating a [Goofys](https://github.com/kahing/goofys) sidecar container in the Synapse service and mounting the media store volume...

[Dendrite](https://github.com/matrix-org/dendrite) seems like it might be a useful homeserver implementation to support in the future. Synapse should still be supported, but running Dendrite as a monolith or as a collection...

long-term