SiTiSem / webdu

Fast disk utility with a web panel that analyzes the occupied disk space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fast disk utility with a web panel that analyzes the occupied disk space

License:Apache License 2.0


Languages

Language:Vue 59.4%Language:Go 31.7%Language:JavaScript 8.9%