add Unify, caddyfile
This commit is contained in:
20
firefly/.env
20
firefly/.env
@@ -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=
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user