-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fork helm chart for matrix synapse #3
base: main
Are you sure you want to change the base?
Commits on Jun 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f386057 - Browse repository at this point
Copy the full SHA f386057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1838c20 - Browse repository at this point
Copy the full SHA 1838c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93054a8 - Browse repository at this point
Copy the full SHA 93054a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d054c44 - Browse repository at this point
Copy the full SHA d054c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9197801 - Browse repository at this point
Copy the full SHA 9197801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e49a8 - Browse repository at this point
Copy the full SHA 77e49a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b9691 - Browse repository at this point
Copy the full SHA e1b9691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 067dbe0 - Browse repository at this point
Copy the full SHA 067dbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7652b9 - Browse repository at this point
Copy the full SHA d7652b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744f694 - Browse repository at this point
Copy the full SHA 744f694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 252e529 - Browse repository at this point
Copy the full SHA 252e529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175097a - Browse repository at this point
Copy the full SHA 175097aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce170fb - Browse repository at this point
Copy the full SHA ce170fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91c9fa - Browse repository at this point
Copy the full SHA d91c9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f428ce - Browse repository at this point
Copy the full SHA 9f428ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6824425 - Browse repository at this point
Copy the full SHA 6824425View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11f118 - Browse repository at this point
Copy the full SHA b11f118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad509d - Browse repository at this point
Copy the full SHA 1ad509dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3823f0 - Browse repository at this point
Copy the full SHA e3823f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b03f6 - Browse repository at this point
Copy the full SHA c7b03f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16007b4 - Browse repository at this point
Copy the full SHA 16007b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a129a - Browse repository at this point
Copy the full SHA f5a129aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d882d74 - Browse repository at this point
Copy the full SHA d882d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad67ee - Browse repository at this point
Copy the full SHA 3ad67eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7839c74 - Browse repository at this point
Copy the full SHA 7839c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bca2a - Browse repository at this point
Copy the full SHA 35bca2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc59ade - Browse repository at this point
Copy the full SHA fc59adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03514bb - Browse repository at this point
Copy the full SHA 03514bbView commit details -
Add https://github.com/tulir/mautrix-whatsapp and start laying some groundwork for future bridges. Bridge is disabled by default.
Configuration menu - View commit details
-
Copy full SHA for cb8bd51 - Browse repository at this point
Copy the full SHA cb8bd51View commit details -
Added port 3748 to Coturn and configured as a NodePort. This is the default port for STUN connections, ports 49152-49172 are only used after a connection has been established and authenticated.
Configuration menu - View commit details
-
Copy full SHA for d60e240 - Browse repository at this point
Copy the full SHA d60e240View commit details -
Fixed Synapse being stuck in pending when bridges were disabled, due to it waiting for the bridge registration file PVC.
Configuration menu - View commit details
-
Copy full SHA for 69244b8 - Browse repository at this point
Copy the full SHA 69244b8View commit details -
Change federation service default type to NodePort
LoadBalancers usually spin up additional infrastructure, which can be expensive. Change the default type to a NodePort for fewer heart attacks.
Configuration menu - View commit details
-
Copy full SHA for d7270cd - Browse repository at this point
Copy the full SHA d7270cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92135a - Browse repository at this point
Copy the full SHA f92135aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7574125 - Browse repository at this point
Copy the full SHA 7574125View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd39ec - Browse repository at this point
Copy the full SHA ebd39ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ce9e4 - Browse repository at this point
Copy the full SHA a9ce9e4View commit details -
Fix Postgres collation settings
Set LC_COLLATION and LC_CTYPE to 'C' for the matrix database when using stable/postgresql. Synapse 1.10 and above requires this.
Configuration menu - View commit details
-
Copy full SHA for f4700bf - Browse repository at this point
Copy the full SHA f4700bfView commit details -
Prepend https:// to base URL when derived from ingress definition
The "matrix.baseUrl" template is used to determine the URL of the synapse instance in a few places. It needs to start with https://, but the ingress definition only contains a hostname.
Configuration menu - View commit details
-
Copy full SHA for 4892da8 - Browse repository at this point
Copy the full SHA 4892da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbfc71 - Browse repository at this point
Copy the full SHA 5cbfc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8798b2a - Browse repository at this point
Copy the full SHA 8798b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bca254 - Browse repository at this point
Copy the full SHA 7bca254View commit details -
Affinity and DigitalOcean workarounds
DigitalOcean K8s doesn't support the ReadWriteMany access mode for PVCs. This is required to share bridge/appservice registration files with Synapse, as the bridge pods are not necessarily scheduled on the same node as Synapse. The workaround was to: - Add an override to change the access mode of the bridge PVC in values.yaml - Add a setting to configure affinity between bridges and Synapse, so that this access mode is actually valid DOK8S also requires a minimum PVC size of 1Gi. Added an override for the size of the bridge PVC, but left the default at 1Mi.
Configuration menu - View commit details
-
Copy full SHA for b08e66b - Browse repository at this point
Copy the full SHA b08e66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f9c40e - Browse repository at this point
Copy the full SHA 1f9c40eView commit details -
Add support for running Coturn pods under a DaemonSet with host networking enabled to bind TURN ports on each node. This maximizes compatibility as it doesn't require setting the NodePort range setting on the cluster as a whole. The downside is that it will deploy one Coturn pod for each node, which may be more (or fewer) than necessary, so the old method of Deployment + NodePort is still supported. Thanks to @danjenkins for this one.
Configuration menu - View commit details
-
Copy full SHA for 50964a9 - Browse repository at this point
Copy the full SHA 50964a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af0647 - Browse repository at this point
Copy the full SHA 2af0647View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc65c2e - Browse repository at this point
Copy the full SHA fc65c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e336d - Browse repository at this point
Copy the full SHA 15e336dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba28e2 - Browse repository at this point
Copy the full SHA 2ba28e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94561fb - Browse repository at this point
Copy the full SHA 94561fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c18f3 - Browse repository at this point
Copy the full SHA 81c18f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b4bf6 - Browse repository at this point
Copy the full SHA 01b4bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38ce656 - Browse repository at this point
Copy the full SHA 38ce656View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2fafd8 - Browse repository at this point
Copy the full SHA e2fafd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd0bdbc - Browse repository at this point
Copy the full SHA bd0bdbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afcdf5 - Browse repository at this point
Copy the full SHA 7afcdf5View commit details -
Add IRC Bridge (Credit @danjenkins)
Added the official Matrix.org IRC appservice. Thanks to @danjenkins for the majority of this commit!
Configuration menu - View commit details
-
Copy full SHA for 3e6426c - Browse repository at this point
Copy the full SHA 3e6426cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed88704 - Browse repository at this point
Copy the full SHA ed88704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575df59 - Browse repository at this point
Copy the full SHA 575df59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08592c7 - Browse repository at this point
Copy the full SHA 08592c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d58a5 - Browse repository at this point
Copy the full SHA 62d58a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8ec91 - Browse repository at this point
Copy the full SHA 9b8ec91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85847cf - Browse repository at this point
Copy the full SHA 85847cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7997d - Browse repository at this point
Copy the full SHA ed7997dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d38e1 - Browse repository at this point
Copy the full SHA f0d38e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdb343 - Browse repository at this point
Copy the full SHA 5cdb343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6fc35 - Browse repository at this point
Copy the full SHA 4d6fc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1960d7e - Browse repository at this point
Copy the full SHA 1960d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2e315 - Browse repository at this point
Copy the full SHA bb2e315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221a6a1 - Browse repository at this point
Copy the full SHA 221a6a1View commit details -
Support running federation behind the Ingress
This runs federation behind the Ingress, at port 443 but on a different subdomain. This will allow users to deploy a federating homeserver *without* needing to pay for/configure TLS for an external load balancer.
Configuration menu - View commit details
-
Copy full SHA for fa74707 - Browse repository at this point
Copy the full SHA fa74707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bb7c7 - Browse repository at this point
Copy the full SHA 25bb7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fe2d8 - Browse repository at this point
Copy the full SHA 97fe2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8b3de - Browse repository at this point
Copy the full SHA 6f8b3deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f28f37 - Browse repository at this point
Copy the full SHA 4f28f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 708b675 - Browse repository at this point
Copy the full SHA 708b675View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd115dd - Browse repository at this point
Copy the full SHA dd115ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d16f5f - Browse repository at this point
Copy the full SHA 5d16f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b6c92 - Browse repository at this point
Copy the full SHA f8b6c92View commit details -
Add proxy_intercept_errors off to Ingress
When using nginx-ingress-provider, nginx may overwrite non-200 responses and replace the expected JSON schema. This breaks spec, and has broken some of the _matrix/key endpoints.
Configuration menu - View commit details
-
Copy full SHA for 8ca291d - Browse repository at this point
Copy the full SHA 8ca291dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2bfbb - Browse repository at this point
Copy the full SHA 0d2bfbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec78cf1 - Browse repository at this point
Copy the full SHA ec78cf1View commit details -
Allow TURN URIs to be customized
This is needed for anyone running Coturn at a different hostname, as well as anyone running an external Coturn instance.
Configuration menu - View commit details
-
Copy full SHA for 965a89b - Browse repository at this point
Copy the full SHA 965a89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4acaec - Browse repository at this point
Copy the full SHA f4acaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b14903c - Browse repository at this point
Copy the full SHA b14903cView commit details -
Add updateStrategy to ensure kubernetes knows it needs to unschedule …
…the orginal deployment in order to release the ReadWriteOnce PVC on the bridges.
Configuration menu - View commit details
-
Copy full SHA for e1e60f0 - Browse repository at this point
Copy the full SHA e1e60f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727ecc9 - Browse repository at this point
Copy the full SHA 727ecc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d554b5e - Browse repository at this point
Copy the full SHA d554b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db5351 - Browse repository at this point
Copy the full SHA 1db5351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b7ab4 - Browse repository at this point
Copy the full SHA 35b7ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1c1eb - Browse repository at this point
Copy the full SHA 7c1c1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6055521 - Browse repository at this point
Copy the full SHA 6055521View commit details -
Configuration menu - View commit details
-
Copy full SHA for a48faf4 - Browse repository at this point
Copy the full SHA a48faf4View commit details -
Add support for ssl db connections on the IRC bridge, and to disable …
…SSL verification if needed
Configuration menu - View commit details
-
Copy full SHA for c5002c5 - Browse repository at this point
Copy the full SHA c5002c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd17a08 - Browse repository at this point
Copy the full SHA cd17a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec07a9 - Browse repository at this point
Copy the full SHA 3ec07a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5e8a0 - Browse repository at this point
Copy the full SHA 7e5e8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bda4e9 - Browse repository at this point
Copy the full SHA 2bda4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for da57d68 - Browse repository at this point
Copy the full SHA da57d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8f392 - Browse repository at this point
Copy the full SHA 5d8f392View commit details -
Added labels to all chart components to facilitate things like promet…
…heus-operator ServiceMonitors
Configuration menu - View commit details
-
Copy full SHA for 75faa69 - Browse repository at this point
Copy the full SHA 75faa69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1917f5 - Browse repository at this point
Copy the full SHA e1917f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afecc5 - Browse repository at this point
Copy the full SHA 8afecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d66ad - Browse repository at this point
Copy the full SHA 62d66adView commit details -
Configuration menu - View commit details
-
Copy full SHA for c53901b - Browse repository at this point
Copy the full SHA c53901bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4adbc81 - Browse repository at this point
Copy the full SHA 4adbc81View commit details