Created
November 21, 2022 18:02
-
-
Save scubbo/820df6ef6e8fbe91265762598f30a505 to your computer and use it in GitHub Desktop.
Create user in Dendrite Matrix server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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