diskusagereports
diskusagereports copied to clipboard
Disk Usage Reports is a web-based way to view disk usage on remote computers or servers, or to provide usage reports to users who store files on your server. Reports are stored as static JSON files wh...
Fixes https://github.com/amekkawi/diskusagereports/issues/13
This project broke for me after migration from Ubuntu 20.04 to 22.04. I think the default PHP version was bumped from 7 to 8 as part of this upgrade which...
Would it be possible to allow us to paste output of `ls` in a browser and be able to navigate a report? Like an online ncdu version based on updated...
This should fix issue: #8 symlinks are stored in the data file as: `l 2017-09-24 18:41:05 30 /extlinux.conf -> ../boot/extlinux/extlinux.conf` the destination ` -> ../boot/extlinux/extlinux.conf` breaks traversal of the directory...
Hi, I have some UTF-8 filenames, which doesn't get parsed and displayed correctly. Seems to me, there is somewhere an escaping issue.. Please see attached image. Browser encoding is correctly...
How difficult would it be to add the file owners to the reports?
I have an odd problem which is that after generating my report, a lot of my sub directories end up showing up as top level directories in the report. In...
I'm generating a very big file: --> Complete! Processed 673,208 lines from 107.86 MB (100.0%), wrote 116.89 MB in 78,913 files, took 305 seconds. But when I try to open...
please inclue a Switch to disable writing the Headline. With this someone could concatinate the results to a "virtual" scanfileresultfile from different places. Next wish is to include a Prefixdir...
Can this be tweaked to only "count" hard-linked files once. I've got a server with a hard-linking system for backups, and diskusage is reporting that my 20gb drive has 50gb...