implemented peertube

This commit is contained in:
2022-11-17 14:47:25 +01:00
parent b9698bf02d
commit da7be49aad
13 changed files with 196 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ logfile ~/.msmtp.log
account system_email
host {{system_email_host}}
port 587
port {{system_email_port}}
from {{system_email}}
user {{system_email_username}}
password {{system_email_password}}