Resources widget doesn't show disk space despite volumes being mapped correctly #3795
-
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 23 replies
-
@shamoon, might you know the cause of this? |
Beta Was this translation helpful? Give feedback.
-
Removing this comment. It was rude, and I apologize. |
Beta Was this translation helpful? Give feedback.
-
No worries at all. Sorry for creating a docs bug, and also for being snarky and tagging the last dev. Super-aggravating. I should know more than most how hard stuff like this is to troubleshoot. This is the
|
Beta Was this translation helpful? Give feedback.
-
Yup, I just edited my original post as it showed the wrong mappings! If I put this in
Those volumes do show up on Homepage, but they're empty and the API response is |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I had the same issue and it turned out to be a permissions issue with the user my homepage docker container was running under. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. 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.
I had the same issue and it turned out to be a permissions issue with the user my homepage docker container was running under.
A quick way to check is to remove any PUID/PGID setting in your docker container and see if the disk resource works.
Then it's a case of checking your docker user permissions