mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 23:21:24 +02:00
fix(mana-notify): support insecure TLS for internal SMTP (Stalwart)
Add SMTP_INSECURE_TLS env var to skip certificate verification for internal Docker-network SMTP connections. Stalwart's self-signed cert uses 'localhost' as CN which doesn't match the 'stalwart' hostname. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d5b76bd646
commit
3714b3ae67
3 changed files with 58 additions and 19 deletions
|
|
@ -542,6 +542,7 @@ services:
|
|||
SMTP_USER: ${SMTP_USER:-noreply@mana.how}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-ManaNoReply2026!}
|
||||
SMTP_FROM: "ManaCore <noreply@mana.how>"
|
||||
SMTP_INSECURE_TLS: "true"
|
||||
EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}
|
||||
MATRIX_HOMESERVER_URL: http://mana-matrix-synapse:8008
|
||||
MATRIX_ACCESS_TOKEN: ${MATRIX_NOTIFY_BOT_TOKEN:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue