Skip to content

Instantly share code, notes, and snippets.

@scubbo
Created November 21, 2022 18:02
Show Gist options
  • Save scubbo/820df6ef6e8fbe91265762598f30a505 to your computer and use it in GitHub Desktop.
Save scubbo/820df6ef6e8fbe91265762598f30a505 to your computer and use it in GitHub Desktop.
Create user in Dendrite Matrix server
kubectl exec -it \
$(kubectl -n dendrite get pods -l app.kubernetes.io/name=dendrite -o jsonpath="{.items[0].metadata.name}") \
-- /usr/bin/create-account -config /etc/dendrite/dendrite.yaml -url <url with scheme> -username <name> -password <password> -admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment