apps/meet: calcom mailing config

This commit is contained in:
xeruf 2024-04-05 14:41:42 +02:00
parent e9204a27ba
commit 3d8d3e5724
3 changed files with 10 additions and 14 deletions

View File

@ -8,3 +8,9 @@ stringData:
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
# email_enabled: "${outgoing_mail_enabled}"

View File

@ -42,17 +42,3 @@ data:
- secretName: calcom-tls
hosts:
- "${calcom_domain}"
# TODO Adjust calcom Mailing config
# mailer:
# enabled: "${outgoing_mail_enabled}"
# host: "${outgoing_mail_smtp_host}"
# port: "${outgoing_mail_smtp_port}"
# username: "${outgoing_mail_smtp_user}"
# password: "${outgoing_mail_smtp_password}"
# fromemail: "${outgoing_mail_from_address}"
# TODO Adjust calcom OpenID Connect Single Sign-On Configuration
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"
# autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'

View File

@ -16,6 +16,10 @@ data:
hosts:
- "${gatus_domain}"
persistence:
enabled: true
existingClaim: "gatus-data"
security:
oidc:
issuer-url: "https://${hydra_domain}"