I’m looking for software I can run on a server that could scan a target file system and make a windirstat-esque output available at an http address.
Fundamentally I’m looking for a gui that can be accessed from any machine on the network that would help me/others identify big chunks of data.
Anyone aware of anything that could do this? Ideally a Linux app I can throw in a container.
Edit: to clarify, the consumer of this data will be management people, not tech people. This would be to replace a nightly scan and email report of the current state of our fileserver
I’ve used this before: https://hub.docker.com/r/linuxserver/qdirstat
IIRC it uses a lot of RAM while running though so double check that.