feat: add mail_password #2

Merged
mayel merged 1 commits from smtp-secret into main 2026-03-27 18:49:53 +00:00
Owner
No description provided.
p4u1 added 1 commit 2026-03-27 18:09:34 +00:00
mayel reviewed 2026-03-27 18:13:13 +00:00
@ -8,8 +8,9 @@ export SIGNING_SALT=$(cat /run/secrets/signing_salt)
export ENCRYPTION_SALT=$(cat /run/secrets/encryption_salt)
export SEEDS_PW=$(cat /run/secrets/seeds_pw)
export LIVEBOOK_PASSWORD=$(cat /run/secrets/livebook_password)
export MAIL_PASSWORD=$(cat /run/secrets/mail_password)
Owner

This means that it would override MAIL_PASSWORD for any existing deploys right? Would be good if it can be backwards compatible as mentioned in #1 (not sure how, if you have any ideas)

This means that it would override MAIL_PASSWORD for any existing deploys right? Would be good if it can be backwards compatible as mentioned in #1 (not sure how, if you have any ideas)
Author
Owner

Ah good point, I made the entrypoint backwards compatible by first checking if MAIL_PASSWORD exists

Ah good point, I made the entrypoint backwards compatible by first checking if MAIL_PASSWORD exists
p4u1 force-pushed smtp-secret from 03d2fa21a6 to f3c58df3c6 2026-03-27 18:37:06 +00:00 Compare
mayel merged commit 969fcbd25b into main 2026-03-27 18:49:53 +00:00
Sign in to join this conversation.
No description provided.