mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: Revolt.toml requires two additional fields under smtp #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dollhaus on GitHub (Jul 16, 2024).
https://github.com/revoltchat/backend/blob/main/crates/core/config/Revolt.toml
Note for future documentation: TLS will not function correctly over docker's host adaptor. If SMTP is running on the same machine, and is accessed via 172.17.0.1, the SMTP server should be configured to listen only on the docker interface.
@insertish commented on GitHub (Jul 28, 2024):
I've added (as comments) the additional optional fields to avoid confusion.