values set in .env file are not replaced in homepage #2735
Replies: 5 comments 8 replies
|
I don’t think this broke, did you re-create the container? Not just restart |
|
Based on the context provided, it seems that your environment variables prefixed with To troubleshoot this issue, please ensure that:
If you have verified all the above and the issue persists, you may want to check the container logs for any errors related to environment variable substitution or configuration loading. You can view the logs by running the command If you are still unable to resolve the issue, consider reaching out for support on the #ai-support channel on Discord or by using the 'Ask AI' button on any page in the Homepage docs. Additionally, you can check if there are any known issues related to environment variable substitution in the latest version by searching the existing issues and discussions on the Homepage GitHub repository. If none of the above steps resolve the issue, you may need to file a bug report with the Homepage maintainers, providing all the relevant details including the steps to reproduce, configuration, and any logs that may help in diagnosing the problem. Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer above is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ This comment was generated by Glime. |
|
I have similar issue but currently only with Home Assistant widget. I am using env_file method and have HOMEPAGE_VAR_HOME_ASSISTANT_API_KEY set in the .env file. Unfortunatelly the widget shows 401: Unauthorized error. When I set the api key directly in the services.yaml file it works fine, the widget can connect and shows data. But it is stopped working as soon as I move the key to the .env file. What is even more strange, I have also added Portainer and PiHole the same way with keys set in the .env file and everything works fine. Only Home Assistant widget has this problem :/ Download v0.8.4 and it works with the key set in the .env file correctly but it doesn't work in v0.8.6 |
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Uh oh!
There was an error while loading. Please reload this page.
Description
I have set a bunch of HOMEPAGE_VAR_XXXXX and they do not seem to be replaced in 0.8.6 causing links to fail and status information to be missing
Steps to reproduce
update to 0.8.6
homepage version
0.8.6
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
n/a
Other
never reported an issue before, if i have missed something im sorry
Before submitting, I have made sure to
All reactions