mirror of
https://github.com/SiTiSem/webdu.git
synced 2023-11-26 22:07:12 +03:00
master
Bump url-parse from 1.5.3 to 1.5.7 in /frontend
WebDU
WebDU is a disk utility (similar to the well-known ncdu program).
WebDU written in Go with a web interface in VueJS. This program performs a quick analysis of the directory tree and displays the result of the occupied space with the ability to go to the child directory.
Install
Download executable file from releases page.
Usage
./webdu
or
./webdu [param]
Available params:
- --port - connection port (by default --port=7000)
- --pass - authorization password (by default automatically generated)
After starting the program, the web-panel will be available at: http://IP:PORT
Web interface screenshot
Description
Languages
Go
99.7%
Vue
0.3%
