Email notifications
This commit is contained in:
parent
6acfbfa0fe
commit
2dc5e66ca1
@ -102,7 +102,17 @@ in {
|
|||||||
cat > /var/lib/peertube/config/local.yml <<EOF
|
cat > /var/lib/peertube/config/local.yml <<EOF
|
||||||
instance:
|
instance:
|
||||||
name: 'v.lor.sh'
|
name: 'v.lor.sh'
|
||||||
terms: 'See [lor.sh/about](https://lor.sh/about).'
|
terms: 'See [lor.sh/about](https://lor.sh/about). Only original content is allowed.'
|
||||||
|
|
||||||
|
smtp:
|
||||||
|
transport: smtp
|
||||||
|
hostname: 'smtp.eu.mailgun.org'
|
||||||
|
port: 587
|
||||||
|
username: 'peertube@m.lor.sh'
|
||||||
|
password: '${secrets.smtpPassword}'
|
||||||
|
tls: false
|
||||||
|
disable_starttls: false
|
||||||
|
from_address: 'peertube@m.lor.sh'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
hostname: '${hostName}'
|
hostname: '${hostName}'
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
bucket = "";
|
bucket = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
smtpPassword = "";
|
||||||
|
|
||||||
peertube = {
|
peertube = {
|
||||||
secret = "";
|
secret = "";
|
||||||
db = {
|
db = {
|
||||||
|
Loading…
Reference in New Issue
Block a user