SiTiSem a228eb54c3 Merge pull request #23 from SiTiSem/dependabot/npm_and_yarn/frontend/url-parse-1.5.7
Bump url-parse from 1.5.3 to 1.5.7 in /frontend
2022-02-20 12:46:13 +07:00
2020-04-27 11:58:39 +00:00
2020-04-27 12:01:11 +00:00
2020-04-27 11:55:46 +00:00
2020-04-27 11:55:46 +00:00
2020-04-27 11:55:46 +00:00
2020-04-27 11:55:46 +00:00
2020-04-27 11:55:46 +00:00
2020-04-28 01:18:43 +00:00

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

WebDU web interface

Description
Fast disk utility with a web panel that analyzes the occupied disk space
Readme Apache-2.0 5 MiB
Languages
Go 99.7%
Vue 0.3%