From f5ebc869608136c5d81b65b53492bc94ac02cc7a Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Sat, 1 Feb 2025 10:19:34 -0500 Subject: [PATCH] Update Discourse settings --- tasks/discourse.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index 709cd82..0c56c04 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -11,12 +11,13 @@ email: discourse@eom.dev username: discourse_admin password: "{{ discourse_admin_password }}" - host: "discourse.eom.dev" + host: "https://discourse.eom.dev" siteName: 'Discourse' smtp: enabled: true host: "postfix.eom.dev" port: "587" + protocol: "tls" user: "discourse" password: "{{ discourse_admin_password }}" image: @@ -45,6 +46,7 @@ hostname: discourse.eom.dev annotations: cert-manager.io/cluster-issuer: ca-issuer + nginx.ingress.kubernetes.io/proxy-set-header: "X-Forwarded-Proto $scheme" tls: true postgresql: enabled: true