add Unify, caddyfile

This commit is contained in:
=
2025-05-14 06:53:10 -05:00
parent d3efb8516a
commit 618509c6c8
3 changed files with 31 additions and 9 deletions

View File

@@ -155,13 +155,19 @@ COOKIE_SAMESITE=lax
# If you want Firefly III to email you, update these settings
# For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
MAIL_MAILER=log
MAIL_HOST=null
MAIL_PORT=2525
MAIL_FROM=changeme@example.com
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=soenke@domroese.eu
MAIL_HOST=pro1.mail.ovh.net
MAIL_PORT=587
MAIL_USERNAME=mail@domroese.eu
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
MAIL_ENCRYPTION=TLS
MAIL_MAILER=smtp
#MAIL_HOST=null
#MAIL_PORT=2525
#MAIL_FROM=changeme@example.com
#MAIL_USERNAME=null
#MAIL_PASSWORD=null
#MAIL_ENCRYPTION=null
MAIL_SENDMAIL_COMMAND=
#