typokign / matrix-chart

Helm chart for deploying a Matrix homeserver stack
MIT License
89 stars 48 forks source link

Support SSL DB connections on IRC Bridge #40

Closed Routhinator closed 4 years ago

Routhinator commented 4 years ago

I've had some 'fun' trying to get the IRC Bridge working with a DO Managed DB. They use SSL and self signed certs.

What this PR adds:

What is not yet supported:

typokign commented 4 years ago

Very useful, thanks! I've made some changes to this in 6b59681ab14f9468e9604f606601eced6ac29a3a though, mainly to preserve backwards compatibility (changing the type of .Values.bridges.irc.database would have broken existing deployments), but to also keep SSL settings in one place for any future bridges/appservices/anything that needs a database really.