WebUI for managing file transfers
| .gitignore | Colors, auto mkdir for uploads/, et cetera | |
| config.conf | Colors, auto mkdir for uploads/, et cetera | |
| index.html | separate css | |
| LICENSE | fix LICENSE | |
| package-lock.json | Colors, auto mkdir for uploads/, et cetera | |
| package.json | Colors, auto mkdir for uploads/, et cetera | |
| preview.png | Preview, readme | |
| preview2.png | upd | |
| README.md | not lightweight | |
| script.js | upd | |
| server.js | Colors, auto mkdir for uploads/, et cetera | |
| start.sh | Colors, auto mkdir for uploads/, et cetera | |
| style.css | separate 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
Preview of WebUI Preview of WebUI 2
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.