diff --git a/firefly/.env b/firefly/.env index 58bc0ba..654b187 100644 --- a/firefly/.env +++ b/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= # diff --git a/firefly/.importer.env b/firefly/.importer.env index 91e616d..70090b4 100644 --- a/firefly/.importer.env +++ b/firefly/.importer.env @@ -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 diff --git a/unify/docker-compose.yaml b/unify/docker-compose.yaml new file mode 100644 index 0000000..0382577 --- /dev/null +++ b/unify/docker-compose.yaml @@ -0,0 +1,16 @@ +name: unify +services: + unifi: + init: true + restart: unless-stopped + ports: + - 8780:8080 + - 8743:8443 + - 3478:3478/udp + environment: + - TZ=Europe/Berlin + volumes: + - ~/unifi:/unifi + user: unifi + container_name: unifi + image: jacobalberty/unifi