typokign / matrix-chart

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

Add option to create initial users when registration disabled #17

Open typokign opened 4 years ago

typokign commented 4 years ago

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 option to list an array of users, then automatically create them with the admin API while leaving registration disabled.