WebUI for managing file transfers
Find a file
2025-10-11 11:58:11 +03:30
.gitignore Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:54:14 +03:30
config.conf Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:47:33 +03:30
index.html separate css 2025-10-11 11:58:11 +03:30
LICENSE fix LICENSE 2025-10-02 05:38:49 +03:30
package-lock.json Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:47:33 +03:30
package.json Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:47:33 +03:30
preview.png Preview, readme 2025-10-02 03:56:07 +03:30
preview2.png upd 2025-10-02 10:13:28 +03:30
README.md not lightweight 2025-10-02 10:35:50 +03:30
script.js upd 2025-10-02 10:11:08 +03:30
server.js Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:47:33 +03:30
start.sh Colors, auto mkdir for uploads/, et cetera 2025-10-09 11:47:33 +03:30
style.css separate css 2025-10-11 11:58:11 +03:30

WebUI - A Simple File Management Tool

WebUI is a (not very) lightweight and easy-to-use web application for managing files on your server.

Screenshot

Preview of WebUI Preview of WebUI 2

Getting Started

dependencies

  • Node.js installed on your system.

Installation

  1. Clone:
    git clone https://codeberg.org/coast/webui.git
    
  2. Navigate to the directory:
    cd webui
    
  3. Install dependencies:
    npm install
    

Usage

  1. Start the server:
    node server.js
    
  2. Open your browser of choice and go to http://<SERVER_IP>:3000 or http://localhost:3000.

License

This project is licensed under the GPL v2.0 License.