mirror of
https://git.sr.ht/~coasteen/webui
synced 2025-11-04 11:37:34 +01:00
WebUI for managing file transfers
| .gitignore | ||
| config.conf | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| preview.png | ||
| preview2.png | ||
| README.md | ||
| script.js | ||
| server.js | ||
| start.sh | ||
| style.css | ||
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
Getting Started
dependencies
- Node.js installed on your system.
Installation
- Clone:
git clone https://codeberg.org/coast/webui.git - Navigate to the directory:
cd webui - Install dependencies:
npm install
Usage
- Start the server:
node server.js - Open your browser of choice and go to
http://<SERVER_IP>:3000orhttp://localhost:3000.
License
This project is licensed under the GPL v2.0 License.

