From 2350d965e79332044d8ecb5a73addc33d8c164a3 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 25 Mar 2025 19:11:34 +0100 Subject: [PATCH] Blog: smtp little config https false --- apps/templates/blog-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 93a4649..5094cc8 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -25,7 +25,7 @@ spec: ghostBlogTitle: Catch && Compile ghostHost: "blog.hensen.io" ghostPath: / - ghostEnableHttps: true + ghostEnableHttps: false smtpHost: "smtp.eu.mailgun.org" # smtpPort: "587" smtpUser: "postmaster@mail.hensen.io"