From b9f2f1f00ea6b151853634fe3f044feff024776f Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Mon, 5 May 2025 09:44:09 -0700 Subject: [PATCH] Create README.md --- conf/mastodon/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conf/mastodon/README.md diff --git a/conf/mastodon/README.md b/conf/mastodon/README.md new file mode 100644 index 0000000..0969327 --- /dev/null +++ b/conf/mastodon/README.md @@ -0,0 +1,21 @@ +# Mastodon config directory + +This directoy will store the generated env.production which contains the configuration for your dComms Mastodon deployment. +For more information about the Mastodon environment variables, please see the [official docs](https://docs.joinmastodon.org/admin/config/). + +## Mail + +To configure mail, you will need to populate the following config options with information for an existing mail account: +``` +SMTP_SERVER= +SMTP_PORT= +SMTP_LOGIN= +SMTP_PASSWORD= +SMTP_FROM_ADDRESS= +``` +And depending on the SSL/TLS options available with your chosen mail provider, one or more of the following: +``` +SMTP_ENABLE_STARTTLS= +SMTP_TLS= +SMTP_SSL= +```