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=
|
||||
|
||||
#
|
||||
|
||||
@@ -229,7 +229,7 @@ EXPECT_SECURE_URL=false
|
||||
# Amazon SES is not supported.
|
||||
# log = drop mails in the logs instead of sending them
|
||||
# array = debug mailer that does nothing.
|
||||
MAIL_MAILER=
|
||||
MAIL_MAILER=smtp
|
||||
|
||||
# where to send the report?
|
||||
MAIL_DESTINATION=soenke@domroese.eu
|
||||
@@ -241,7 +241,7 @@ MAIL_HOST=pro1.mail.ovh.net
|
||||
MAIL_PORT=587
|
||||
MAIL_USERNAME=mail@domroese.eu
|
||||
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
|
||||
MAIL_ENCRYPTION=null
|
||||
MAIL_ENCRYPTION=TLS
|
||||
|
||||
# Extra settings depending on your mail configuration above.
|
||||
# These variables can be set from a file if you append it with _FILE
|
||||
|
||||
Reference in New Issue
Block a user