{"id":20024744,"url":"https://github.com/claudyus/share","last_synced_at":"2025-06-15T08:36:34.813Z","repository":{"id":27357403,"uuid":"30832716","full_name":"claudyus/share","owner":"claudyus","description":"A dockerize file sharing app similar to WeTransfer on-prem","archived":false,"fork":false,"pushed_at":"2022-12-10T15:17:55.000Z","size":1830,"stargazers_count":8,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T02:35:54.905Z","etag":null,"topics":["buckets","collaboration","corporate","docker","dropzone","file-manager","file-sharing","file-upload"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/claudyus/share/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claudyus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-15T16:13:42.000Z","updated_at":"2023-08-29T10:49:50.000Z","dependencies_parsed_at":"2022-09-01T19:00:31.128Z","dependency_job_id":null,"html_url":"https://github.com/claudyus/share","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/claudyus/share","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudyus%2Fshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudyus%2Fshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudyus%2Fshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudyus%2Fshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudyus","download_url":"https://codeload.github.com/claudyus/share/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudyus%2Fshare/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259945374,"owners_count":22935792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buckets","collaboration","corporate","docker","dropzone","file-manager","file-sharing","file-upload"],"created_at":"2024-11-13T08:51:48.130Z","updated_at":"2025-06-15T08:36:34.777Z","avatar_url":"https://github.com/claudyus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"share\n========\n\n[![dependencies Status](https://david-dm.org/claudyus/share/status.svg)](https://david-dm.org/claudyus/share)\n[![Build Status](https://travis-ci.org/claudyus/share.svg?branch=master)](https://travis-ci.org/claudyus/share)\n[![Coverage Status](https://coveralls.io/repos/github/claudyus/share/badge.svg?branch=master)](https://coveralls.io/github/claudyus/share?branch=master)\n\nAn express.js web app for sharing files using [dropzone.js](http://www.dropzonejs.com/).\nThere are no limits on file size and by default no user authentication. Files are never cleaned up.\n\n![screenshot](https://raw.githubusercontent.com/claudyus/share/master/images/screenshot.png)\n\n## Access Control List of bucket\n\nEach ACL bucket is configurable using uploadind a files.\n\nYou can upload a file called '.deny_list' to a given bucket to avoid to expose uploaded files.\n\nAnother operation that can be disable is the bucket deletion, in this case you should upload a '.deny_delete' file.\n\nThe '.token_upload' file can be used to set a bearer authorization token following [RFC6750](https://tools.ietf.org/html/rfc6750) standard.\n\n## Configuration\n\nThe following enviroment variables can be used to change default behaviour of share:\n\n * PORT - define server listen port, default ```5000```\n * TMP_DIR - define the temp dir for upload, default ```tmp/```\n * UPLOAD_DIR - define the final upload dir, default ```upload/``` (when using Docker the default path is /app/upload)\n * BRAND - define a custom brand, default ```File```\n * SENTRY_DSN - if set, the exception are collected and sent to your sentry project\n\n## Running\n\n    $ yarn\n    $ node .\n\n## Updating client dependencies\n\n    $ grunt\n\n# Dokku configuration\n\n    $ git push deploy\n    # dokku storage:mount share /var/lib/dokku/data/storage/share:/app/upload\n    # dokku ps:restart share\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudyus%2Fshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudyus%2Fshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudyus%2Fshare/lists"}