this post was submitted on 11 Sep 2023
10 points (100.0% liked)

Free and Open Source Software

17505 readers
449 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 9 months ago

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.

[–] [email protected] 2 points 9 months ago

I guess you could run guacamole for this? It would be a full rdp session then. https://guacamole.apache.org/

[–] [email protected] 1 points 9 months ago

Give ncdu a look. It is on Linux. It will allow you to see big chunks of data. I'm sure someone has a container version of it, but you can run it straight from the terminal.