You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, fantastic work :) I myself was literally days away from starting a project just like this in golang myself. I hope it takes off. Love the space invaders too!
Describe the bug
I'm running this in Docker on 3 different hosts, amd64, arm64 and riscv64. For the most part, everything is working. The "disk space" widget isn't quite right to me, at least.
On all these hosts, I'm using the same docker-compose.yml
I know too well how friggin' hard it is to get the disk info from the OS within a docker container. Even CasaOS installs a helper on the info on this. That said it would be GREAT if we could get all the combined storage total/use/free in one graph that acurately represents the server.
Firstly, fantastic work :) I myself was literally days away from starting a project just like this in golang myself. I hope it takes off. Love the space invaders too!
Describe the bug
I'm running this in Docker on 3 different hosts, amd64, arm64 and riscv64. For the most part, everything is working. The "disk space" widget isn't quite right to me, at least.
On all these hosts, I'm using the same
docker-compose.ymlNanoPi R6s - FriendlyWRT OS
Actual storage:
Raspberry Pi 5 - Raspbian OS
Actual storage:
Note
The
/app/datamount here is stored on one of the 2tb drives.Intel CPU - Rocky Linux 9
Actual storage:
Expected behavior
I'd expect not to see
/etc/resolv.confI know too well how friggin' hard it is to get the disk info from the OS within a docker container. Even CasaOS installs a helper on the info on this. That said it would be GREAT if we could get all the combined storage total/use/free in one graph that acurately represents the server.