Email notifications

default
dump_stack() 2023-01-17 22:10:33 +00:00
parent 6acfbfa0fe
commit 2dc5e66ca1
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 13 additions and 1 deletions

View File

@ -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}'

View File

@ -12,6 +12,8 @@
bucket = ""; bucket = "";
}; };
smtpPassword = "";
peertube = { peertube = {
secret = ""; secret = "";
db = { db = {