typokign / matrix-chart

Helm chart for deploying a Matrix homeserver stack
MIT License
88 stars 47 forks source link

Expose more homeserver.yaml options as values #7

Open typokign opened 4 years ago

typokign commented 4 years ago

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 many homeserver.yaml settings as possible, with sane and secure defaults.

Arkaniad commented 4 years ago

This is just a tiny part of this, but I added an option to set the PostgreSQL port to support non-standard deployments. Created PR #19

Routhinator commented 4 years ago

Missed this issue, #22 adds some security related items.