Update README.md
This commit is contained in:
parent
e8f0c4fca6
commit
4a36c3c0d1
@ -1,3 +1,15 @@
|
|||||||
# Peertube
|
# 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).
|
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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user