claudyus / share

A dockerize file sharing app similar to WeTransfer on-prem
https://hub.docker.com/r/claudyus/share/
The Unlicense
8 stars 0 forks source link
buckets collaboration corporate docker dropzone file-manager file-sharing file-upload

share

dependencies Status Build Status Coverage Status

An express.js web app for sharing files using dropzone.js. There are no limits on file size and by default no user authentication. Files are never cleaned up.

screenshot

Access Control List of bucket

Each ACL bucket is configurable using uploadind a files.

You can upload a file called '.deny_list' to a given bucket to avoid to expose uploaded files.

Another operation that can be disable is the bucket deletion, in this case you should upload a '.deny_delete' file.

The '.token_upload' file can be used to set a bearer authorization token following RFC6750 standard.

Configuration

The following enviroment variables can be used to change default behaviour of share:

Running

$ yarn
$ node .

Updating client dependencies

$ grunt

Dokku configuration

$ git push deploy
# dokku storage:mount share /var/lib/dokku/data/storage/share:/app/upload
# dokku ps:restart share