-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
🐛 [mealie] Environment variables not being imported from the config.yaml #1635
Comments
Hi, strange that the others variables are picked up and not that one. Please try with a fake simpler key to check if the issue is with Mealie not picking up on it (so perhaps an upstream issue), or if it's because their is non standard characters that are not supported by HA options thanks |
I changed te config to just send the variable LOG_LEVEL: "debug" However, it still does not pick it up.
|
i even tried exporting them from the script #!/bin/bash
# shellcheck shell=bash
#################
# CODE INJECTOR #
#################
# Any commands written in this bash script will be executed at addon start
# See guide here : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-customisation
echo "############################################################# Starting sript execution #############################################################"
export LOG_LEVEL='debug' log:
|
I found the issue.
As i found the folders in |
Indeed, /homeassistant are the folders pre-migration. I didn't delete it for continuity if people reload an older backup, but the log should make explicit which folder gets used. Glad it works! |
Description
I've set openapi variables in the config file.
However the addon does not seem to pick them up.
I 've restarted the addon multiple times
this is the content of /addon_configs/db21ed7f_mealie/config.yaml:
Reproduction steps
Addon Logs
Architecture
amd64
OS
HAos
The text was updated successfully, but these errors were encountered: