Skip to content

amah853/DropPort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DropPort

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.

Run

npm start

The server binds to 0.0.0.0:80 by default so other devices on your local network can access it.

Config

  • PORT: server port, default 80
  • HOST: server host, default 0.0.0.0
  • MAX_UPLOAD_MB: maximum single-file upload size in MB, default 10240

Notes

  • Shared files are stored in storage/files/
  • The app has no authentication, so only run it on a network you trust

About

Simple file sharing for everyone on your network. Upload files from your browser, share one local URL, and keep everything in a clean download list that works on phones, tablets, and laptops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors