We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
TZ: Europe/Paris OPENAI_API_KEY: "******************************************************************" OPENAI_SEND_DATABASE_DATA: False OPENAI_WORKERS: 1
Go to /addon_configs/db21ed7f_mealie Open the config.yaml file. Add the variables and save the file Restart the add-on
----------------------------------------------------------- /etc/cont-init.d/00-global_var.sh: executing ALLOW_SIGNUP='false' BASE_URL='http://homeassistant.local' DATA_DIR='/config' PGID='1000' PUID='1000' certfile='fullchain.pem' keyfile='privkey.pem' ssl='false' Timezone set from Etc/UTC to Europe/Zurich /etc/cont-init.d/01-config_yaml.sh: executing Setting permissions for the config.yaml directory Load environment variables from /config/config.yaml if existing If accessing the file with filebrowser it should be mapped to /addon_configs/db21ed7f_mealie/config.yaml --------------------------------------------------------- Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables ... no env variables found, exiting /etc/cont-init.d/01-custom_script.sh: executing Execute /addon_configs/db21ed7f_mealie/mealie.sh if existing Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation /etc/cont-init.d/31-nginx.sh: executing [21:46:07] INFO: Adapting for ingress [21:46:08] INFO: Exporting variables ALLOW_SIGNUP=false BASE_URL=http://homeassistant.local DATA_DIR=/config PGID=1000 PUID=1000 certfile=fullchain.pem keyfile=privkey.pem ssl=false [21:46:14] INFO: config.yaml found in /config/config.yaml, exporting variables Permissions adapted [21:46:15] INFO: Starting nginx [21:46:15] INFO: Starting app INFO 2024-11-14T21:47:24 - Started server process [8] INFO 2024-11-14T21:47:24 - Waiting for application startup. INFO 2024-11-14T21:47:24 - start: database initialization INFO 2024-11-14T21:47:24 - Database connection established. INFO 2024-11-14T21:47:24 - Context impl SQLiteImpl. INFO 2024-11-14T21:47:24 - Will assume non-transactional DDL. INFO 2024-11-14T21:47:25 - Checking for migration data fixes INFO 2024-11-14T21:47:27 - end: database initialization INFO 2024-11-14T21:47:27 - -----SYSTEM STARTUP----- INFO 2024-11-14T21:47:27 - ------APP SETTINGS------ INFO 2024-11-14T21:47:27 - { "TESTING": false, "PRODUCTION": true, "LOG_CONFIG_OVERRIDE": null, "LOG_LEVEL": "info", "theme": { "light_primary": "#E58325", "light_accent": "#007A99", "light_secondary": "#973542", "light_success": "#43A047", "light_info": "#1976D2", "light_warning": "#FF6D00", "light_error": "#EF5350", "dark_primary": "#E58325", "dark_accent": "#007A99", "dark_secondary": "#973542", "dark_success": "#43A047", "dark_info": "#1976D2", "dark_warning": "#FF6D00", "dark_error": "#EF5350" }, "BASE_URL": "http://homeassistant.local", "STATIC_FILES": "/spa/static", "IS_DEMO": false, "HOST_IP": "*", "API_HOST": "0.0.0.0", "API_PORT": 9000, "API_DOCS": true, "TOKEN_TIME": 48, "GIT_COMMIT_HASH": "3e69ea94d5699da7ea1abe2fb77109bd38c8ded0", "ALLOW_SIGNUP": false, "DAILY_SCHEDULE_TIME": "23:45", "SECURITY_MAX_LOGIN_ATTEMPTS": 5, "SECURITY_USER_LOCKOUT_TIME": 24, "DB_ENGINE": "sqlite", "DEFAULT_GROUP": "Home", "DEFAULT_HOUSEHOLD": "Family", "SMTP_HOST": null, "SMTP_PORT": "587", "SMTP_FROM_NAME": "Mealie", "SMTP_FROM_EMAIL": null, "SMTP_AUTH_STRATEGY": "TLS", "LDAP_AUTH_ENABLED": false, "LDAP_SERVER_URL": null, "LDAP_TLS_INSECURE": false, "LDAP_TLS_CACERTFILE": null, "LDAP_ENABLE_STARTTLS": false, "LDAP_BASE_DN": null, "LDAP_QUERY_BIND": null, "LDAP_USER_FILTER": null, "LDAP_ADMIN_FILTER": null, "LDAP_ID_ATTRIBUTE": "uid", "LDAP_MAIL_ATTRIBUTE": "mail", "LDAP_NAME_ATTRIBUTE": "name", "OIDC_AUTH_ENABLED": false, "OIDC_CLIENT_ID": null, "OIDC_CONFIGURATION_URL": null, "OIDC_SIGNUP_ENABLED": true, "OIDC_USER_GROUP": null, "OIDC_ADMIN_GROUP": null, "OIDC_AUTO_REDIRECT": false, "OIDC_PROVIDER_NAME": "OAuth", "OIDC_REMEMBER_ME": false, "OIDC_USER_CLAIM": "email", "OIDC_GROUPS_CLAIM": "groups", "OIDC_TLS_CACERTFILE": null, "OPENAI_BASE_URL": null, "OPENAI_MODEL": "gpt-4o", "OPENAI_CUSTOM_HEADERS": {}, "OPENAI_CUSTOM_PARAMS": {}, "OPENAI_ENABLE_IMAGE_SERVICES": true, "OPENAI_WORKERS": 2, "OPENAI_SEND_DATABASE_DATA": true, "OPENAI_REQUEST_TIMEOUT": 60, "WORKER_PER_CORE": 1, "UVICORN_WORKERS": 1 } INFO 2024-11-14T21:47:27 - Daily tasks scheduled for 2024-11-14 22:45:00+00:00 INFO 2024-11-14T21:47:27 - Application startup complete.
amd64
HAos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: