Simple network file sharing for a home or office LAN. Start the server on one machine, open the shown URL from any device on the same network, and upload or download files through the browser.
npm startThe server binds to 0.0.0.0:80 by default so other devices on your local network can access it.
PORT: server port, default80HOST: server host, default0.0.0.0MAX_UPLOAD_MB: maximum single-file upload size in MB, default10240
- Shared files are stored in
storage/files/ - The app has no authentication, so only run it on a network you trust