Sign inSign up

zix99/filedrop

By zix99

•Updated over 7 years ago

https://github.com/zix99/filedrop

Image
0

1.3K

zix99/filedrop repository overview

⁠FileDrop

FileDrop is a simple NodeJS application to upload and share files on local networks.

⁠Installing

⁠Locally

To use locally, you just need a recent (>8) NodeJS installation and to install the application.

npm install -g @zix99/filedrop
filedrop --target /path/to/savedir

⁠Docker

docker run -d -p 8080:8080 zix99/filedrop:latest

⁠Configuration

Filedrop uses the rc⁠ module for configuration. To configure, simply use environment variables like filedrop_, use a .filedroprc file, or simply change config.js.

⁠License

MIT⁠

Tag summary

Content type

Image

Digest

Size

57.8 MB

Last updated

over 7 years ago

docker pull zix99/filedrop