From 86e7124f249d70f72e1371abb73912bb93e75336 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Wed, 5 Apr 2023 16:39:02 +0200 Subject: [PATCH] fix: edited values.yaml so postfix will work --- roles/peertube/files/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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