A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
11 lines
919 B
Plaintext
Executable File
11 lines
919 B
Plaintext
Executable File
# ================================================================================
|
|
# Mail - Mail Server Settings
|
|
# ================================================================================
|
|
CFG_MAIL_ENABLED=false # Mail Enabled - Enable mail server configuration for applications
|
|
CFG_MAIL_HOST=mail.domain.com # Mail Server Host - Your mail server hostname
|
|
CFG_MAIL_PORT=587 # Mail Server Port - Usually 587 for TLS, 465 for SSL, 25 for none
|
|
CFG_MAIL_SECURE=tls # Security - tls, ssl, or none
|
|
CFG_MAIL_USERNAME=your-email@domain.com # Mail Username - Your email address for authentication
|
|
CFG_MAIL_PASSWORD=your-app-password # Mail Password - Use app password for authentication
|
|
CFG_MAIL_FROM=noreply@domain.com # From Email Address - Sender email address
|