Skip to content

petrvecera/fileupload

 
 

Repository files navigation

A simple nodejs file server for private networks. Recommended to install only on TRUSTED network!

Hightlight

  • Easy for sharing files (from touch devices to your PC)
  • No limitations for upload
  • Easy deleting unnecessary files

The requirements

  • Node.js

Install and run

  • yarn install
  • yarn start
  • App is available on localhost:3200

Docker build and run

  • $ docker build -t .
  • $ docker run -p 3200:3200 -v :/usr/src/app/uploaded_files

About

A simple fileupload for private networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 8.6%
  • Other 0.4%