Replies: 5 comments 1 reply
-
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 below 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! ❤️ Based on the information provided, it seems that the issue might be related to the configuration of the Here are a few troubleshooting steps you can take:
If none of these steps resolve the issue, consider reaching out to the Homepage community or maintainers for further assistance, providing them with the details of your configuration and the behavior you are observing. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm actually having quite the same problem but it's not related to Kubernetes. I found out the following:
This behavior seems to be Browser Cache related. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Description
Hi,
I've deployed Homepage in Kubernetes with a known working config (without automatic discovery) and I've noticed odd behavior when running more than one replica (in my case 2).
On some browser sessions Homepage will, as far as I can tell, apply bookmarks.yaml, services.yaml, widgets.yaml, custom.js and custom.css, but not settings.yaml (causing the background and layout to revert to defaults, which is how I noticed it to begin with). Both Pods can read the file as well as the background image mounted through a RWX volume on NFS.
Pods are running in K3s v1.28.7+k3s1.
homepage version
v0.9.2
Installation method
Other (please describe above)
Configuration
Container Logs
Setting
LOG_LEVEL
todebug
didn't tell me much, except for this:Browser Logs
The browser console doesn't output anything in either case.
Troubleshooting
Again, one replica works fine, 2 don't.
I tried circumventing the Ingress by changing the service type to NodePort, but it didn't fix the issue.
Beta Was this translation helpful? Give feedback.
All reactions