diff --git a/roles/peertube/files/values.yaml b/roles/peertube/files/values.yaml index 779c62a..3ac429b 100644 --- a/roles/peertube/files/values.yaml +++ b/roles/peertube/files/values.yaml @@ -45,9 +45,9 @@ peertube: dbPasswd: user # must be consistent with postgresql configuration dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk dbHostname: peertube-gsb-postgresql # must be consistent with postgresql configuration - webHostname: peertube # must be changed to your local setup + webHostname: s-peertube.gsb.lan # must be changed to your local setup secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683 - smtpHostname: peertube-mail # must be consistent with mail configuration + smtpHostname: peertube-gsb-mail # must be consistent with mail configuration smtpPort: 587 # must be consistent with mail configuration smtpFrom: noreply@lan.lan # not configured by default, add something meaningfull if you want smtpTls: false # disabled by default WARNING: tls connection feature not tested, use at your own risk