From ea4328d9ec8463011bf9b62cf0fc3f83a269e6be Mon Sep 17 00:00:00 2001 From: NicolasHorde Date: Mon, 24 Mar 2025 21:15:06 +0100 Subject: [PATCH] fix: auth and smtp --- templates/ingress.yaml | 2 +- values.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index 7b22ab1..89d805e 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -23,7 +23,7 @@ metadata: name: typebot-viewer spec: entryPoints: - - {{ .Values.ingress.entrypoint.builder.name }} + - {{ .Values.ingress.entrypoint.viewer.name }} routes: - match: Host(`{{ .Values.ingress.entrypoint.viewer.domain }}`) kind: Rule diff --git a/values.yaml b/values.yaml index 8015f75..7021d6c 100644 --- a/values.yaml +++ b/values.yaml @@ -41,7 +41,7 @@ redis: port: 6379 configuration: - disablesignup: "false" + disablesignup: "true" debug: "false" uploadmaxsize: "10000000" chatAPItimeout: "30000" @@ -59,11 +59,11 @@ ingress: name: traefik smtp: - username: "" + username: "nico@ia86.cc" password: "" - host: "" - port: 25 - secure: false + host: "smtp.protonmail.ch" + port: 587 + secure: true ignore_tls: false auth_disabled: false - next_public_smtp_from: "'Typebot Notifications' " + next_public_smtp_from: "Typebot Notifications"