From 4a36c3c0d16362e7faf5a0e703b6f7d82f545c44 Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Mon, 5 May 2025 10:42:14 -0700 Subject: [PATCH] Update README.md --- conf/peertube/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conf/peertube/README.md b/conf/peertube/README.md index dcb4e57..95eb686 100644 --- a/conf/peertube/README.md +++ b/conf/peertube/README.md @@ -1,3 +1,15 @@ # Peertube This directory contains the environment variables for your dComms Peertube instance. More information about available parameters can be found in the [official docs](https://docs.joinpeertube.org/maintain/configuration). + +## Email + +By default email is not configured on a deployed dComms peertube instance. To configure email, populate or edit the following variables then re-run `run.sh`: + +``` +PEERTUBE_SMTP_HOSTNAME= +PEERTUBE_SMTP_PORT=475 +PEERTUBE_SMTP_FROM= +PEERTUBE_SMTP_TLS=true +PEERTUBE_SMTP_DISABLE_STARTTLS=true +```