[Outline] An open, extensible, wiki for your team

These should be enough:

SMTP_HOST=localhost
SMTP_PORT=25
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM_EMAIL=__APP__@__DOMAIN__
SMTP_REPLY_EMAIL=webmaster@__DOMAIN__
SMTP_TLS_CIPHERS=
SMTP_SECURE=true

:crossed_fingers:

Unfortunately, no (not yet?). What you can do is make it a string field asking “Do you need Minio installed? If not, input its address” (or whatever you need to retrieve its information). Then in the install script you can parse the answer. If it’s Y (or 1, I cannot remember), or starts by https, then you know what to do. :wink:

1 Like