Discourse
- By Arturo Enrique Seijas Fernández
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 17 | 21 Mar 2023 | |
latest/edge | 18 | 24 Mar 2023 |
juju deploy discourse-k8s
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
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:
SMTP configuration
To configure Discourse’s SMTP you’ll have to set the following configuration options with the appropriate values for your SMTP server by running juju config [charm_name] [configuration]=[value]
.
Set smtp_address
to the SMTP server IP or hostname, smtp_port
for the SMTP sever port if different from the default and smtp_domain
to set the sender domain address.
If authentication is needed, smtp_authentication
will need to be set to the appropriate authentication method, valid values are none
, login
, plain
, cram_md5
. The credentials can be set with smtp_username
and smtp_password
.
If needed, the verification of the SSL certs can be turned on and off with smtp_openssl_verify_mode
.
For more details on the configuration options and their default values see the configuration reference.
Help us improve this documentation
Most of this documentation can be collaboratively discussed and changed on the respective topic in the doc category of the Charmhub forum. See the documentation guidelines if you’d like to contribute.