Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple file upload and sharing web application

License

NotificationsYou must be signed in to change notification settings

zix99/filedrop

Repository files navigation

npm (scoped)

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.

Screenshot

Installing

Locally

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

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

From source

First, clone the repo...

Then:

npm install# To start in foregroundnpm start# To start in backgroundnpm run forever

To develop:

npm run dev

Configuration

Filedrop uses therc module for configuration. To configure, simply use environment variables likefiledrop_, use a.filedroprc file, or simply changeconfig.js.

License

MIT

About

A simple file upload and sharing web application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp