- Notifications
You must be signed in to change notification settings - Fork1
A simple file upload and sharing web application
License
NotificationsYou must be signed in to change notification settings
zix99/filedrop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FileDrop is a simple NodeJS application to upload and share files on local networks.
It is written to work completely offline. That means you can host it on a private network or an internetless access point.
To use locally, you just need a recent (>8) NodeJS installation and to install the application.
npm install -g @zix99/filedropfiledrop --target /path/to/savedir
docker run -d -p 8080:8080 zix99/filedrop:latest
First, clone the repo...
Then:
npm install# To start in foregroundnpm start# To start in backgroundnpm run forever
To develop:
npm run dev
Filedrop uses therc module for configuration. To configure, simply use environment variables likefiledrop_
, use a.filedroprc
file, or simply changeconfig.js
.
About
A simple file upload and sharing web application
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published