Email notifications
This commit is contained in:
parent
6acfbfa0fe
commit
2dc5e66ca1
@ -102,7 +102,17 @@ in {
|
||||
cat > /var/lib/peertube/config/local.yml <<EOF
|
||||
instance:
|
||||
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:
|
||||
hostname: '${hostName}'
|
||||
|
@ -12,6 +12,8 @@
|
||||
bucket = "";
|
||||
};
|
||||
|
||||
smtpPassword = "";
|
||||
|
||||
peertube = {
|
||||
secret = "";
|
||||
db = {
|
||||
|
Loading…
Reference in New Issue
Block a user