Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [REQUEST] Mealie: Add yaml config for environmentla variables for email configurations #1011

Closed
2 tasks done
bobloadmire opened this issue Oct 2, 2023 · 3 comments
Closed
2 tasks done
Labels
enhancement New feature or request stale Element will be closed automatically

Comments

@bobloadmire
Copy link

Checked

  • If a new addon, I have checked on Google that such as addon doesn't already exists
  • If a new feature, I have searched in the discussions & issues that it was not already covered

Which addon?

Mealie

Is your feature request related to a problem? Please describe

can't configure email settings via GUI after install, can't configure them in the YAML config either

Describe the solution you'd like

Enable configuring email config variables as described in mealie documentation:

Variables Default Description
SMTP_HOST None Required For email
SMTP_PORT 587 Required For email
SMTP_FROM_NAME Mealie Required For email
SMTP_AUTH_STRATEGY TLS Required For email, Options: 'TLS', 'SSL', 'NONE'
SMTP_FROM_EMAIL None Required For email
SMTP_USER None Required if SMTP_AUTH_STRATEGY is 'TLS' or 'SSL'
SMTP_PASSWORD None Required if SMTP_AUTH_STRATEGY is 'TLS' or 'SSL'

AFAIK this isn't possible, I tried just adding them to the YAML config, no dice, also gui has not options.

@bobloadmire bobloadmire added enhancement New feature or request prevent stale Prevents stale being applied labels Oct 2, 2023
@hmdrmch
Copy link

hmdrmch commented Oct 11, 2023

I got the smtp settings to work via a config.yaml.
Had to create a folder named "mealie" in the addons_config folder though and in that i created the config.yaml with my settings.

@alexbelgium
Copy link
Owner

Hi, indeed I've put this config.yaml system to be able to add custom env variables! Normally the location (that you correctly have found in /config/addons_config/mealie) should be described in the startup log - or else I should add it.

I've added a wiki page to describe this : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables

@alexbelgium alexbelgium removed the prevent stale Prevents stale being applied label Oct 14, 2023
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Element will be closed automatically label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Element will be closed automatically
Projects
None yet
Development

No branches or pull requests

3 participants