Discourse
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 173 | 26 Sep 2024 | |
latest/edge | 177 | 21 Oct 2024 |
juju deploy discourse-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
anonymize-user
Anonymize a user.
- Params
-
username string
The unique identifier of the user to anonymize.
- Required
username
-
create-user
Create a new user.
- Params
-
active boolean
Whether the user should be email-verified and active.
-
admin boolean
Whether the user should be an admin.
-
email string
User email.
- Required
email
-
promote-user
Promote a user to admin.
- Params
-
email string
User email.
- Required
email