Skip to content

c3d2/sharingiscaring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple 1-click filesharing web app. The interface consists of an upload form on top and recent downloads below.

Installation

cd workdir
npm install git://github.com/c3d2/sharingiscaring.git

Running on a privileged port

On Linux from Debian package libcap2-bin::

setcap 'cap_net_bind_service=+ep' /usr/bin/node

Usage

export PORT=80
./node_modules/.bin/sharingiscaring

Needs write access to file files.json and directory files.

It tries to keep its disk usage below 2 GB within 23 files. You can adjust these limits in files.js.

About

1click file-sharing for anyone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published