-
Hello, Hoping somebody might be able to help me figure out the issue I'm having with the Glances FS widget. I'm running glances in webserver mode on a Windows 11 VM, and Homepage is running in docker on another computer on the network. Homepage is able to successfully retrieve the GPU information but not the FS information for the C;\ drive. And here is my services.yaml, which appears to be okay (passed yaml validator):
I've tried about every variation of "C:\" that I can think of. I'm able to see the drive (and related info) if I check the glances API from the Homepage docker container, and it looks like I'm using the right mount point. I'm not seeing anything in the logs either unfortunately. Only guess at this point is maybe the backslash is causing issues? Any ideas would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think there was a bug with disks containing ':', this should be fixed in the |
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. |
Beta Was this translation helpful? Give feedback.
I think there was a bug with disks containing ':', this should be fixed in the
main
image, which you can test out once it finishes building (https://github.com/gethomepage/homepage/actions/runs/6464093507). Let me know once you do