Simple, private file sharing. https://send.vis.ee/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
timvisee 9f09a79986
Merge branch 'emilstahl-patch-1' into master
See https://github.com/timvisee/send/pull/149
3 months ago
.circleci updated node to 12 3 years ago
android Add DEFAULT_DOWNLOADS variable to set default download count 2 years ago
app Increased password length limit to support passphrases. 4 months ago
assets Add ability to change the branding 1 year ago
assets_src Replace public Mozilla related icons 2 years ago
build Remove Firefox branding from app name in front-end 3 years ago
common Revert "Update eslint & plugins" 9 months ago
docs Small typo 3 months ago
ios Revert "Update eslint & plugins" 9 months ago
public Replace links from mozilla/send to timvisee/send 2 years ago
scripts Revert "Update eslint & plugins" 9 months ago
server Update config.js 9 months ago
test Revert "Update eslint & plugins" 9 months ago
.dockerignore refactored Dockerfile 4 years ago
.editorconfig added editorconfig 6 years ago
.eslintignore added qr code to copyDialog 3 years ago
.eslintrc.yml Revert "Update eslint & plugins" 9 months ago
.gitattributes Fix linguist documentation marker for locale files 2 years ago
.gitignore Documentation: full deployment example in AWS with Ubuntu 20.04 2 years ago
.gitlab-ci.yml Updated from timvisee/send master 4 months ago
.htmllintrc Add basic htmllint config 6 years ago
.prettierignore replaced cryptofill with webcrypto-liner 4 years ago
.stylelintrc Fix stylelint errors 10 months ago
CHANGELOG.md v2.5.3 5 years ago
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 4 years ago
CONTRIBUTORS Documentation: full deployment example in AWS with Ubuntu 20.04 2 years ago
Dockerfile Revert "More dependency cleanups" 9 months ago
LICENSE Add LICENSE file 6 years ago
README.md Increased password length limit to support passphrases. 4 months ago
browserslist support edge 18 maybe 3 years ago
docker-compose.yml Added webdriverio integration tests 5 years ago
l10n.toml added toml file 6 years ago
package-lock.json Bump version to 3.4.23 4 months ago
package.json Bump version to 3.4.23 4 months ago
postcss.config.js Modernize CSS 11 months ago
s3-lifecycle-example.xml Add S3 lifecycle policy example configuration 2 years ago
tailwind.config.js Modernize CSS 11 months ago
webpack.config.js Revert "More dependency cleanups" 9 months ago

README.md

Send Send

Build status on GitLab CI Latest release Docker image Project license

A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.

  • Forked at Mozilla's last publicly hosted version
  • Mozilla & Firefox branding is removed so you can legally self-host
  • Kept compatible with ffsend (CLI for Send)
  • Dependencies have been updated
  • Mozilla's changes since the fork have been selectively merged
  • Mozilla's experimental report feature, download tokens, trust warnings and FxA changes are not included

Find an up-to-date Docker image here: docs/docker.md

The original project by Mozilla can be found here. The mozilla-master branch holds the master branch as left by Mozilla. The send-v3 branch holds the commit tree of Mozilla's last publicly hosted version, which this fork is based on. The send-v4 branch holds the commit tree of Mozilla's last experimental version which was still a work in progress (featuring file reporting, download tokens, trust warnings and FxA changes), this has selectively been merged into this fork. Please consider to donate to allow me to keep working on this.

Thanks Mozilla for building this amazing tool!


Docs: FAQ, Encryption, Build, Docker, More


Table of Contents


What it does

A file sharing experiment which allows you to send encrypted files to other users.


Requirements


Development

To start an ephemeral development server, run:

npm install
npm start

Then, browse to http://localhost:8080


Commands

Command Description
npm run format Formats the frontend and server code using prettier.
npm run lint Lints the CSS and JavaScript code.
npm test Runs the suite of mocha tests.
npm start Runs the server in development configuration.
npm run build Builds the production assets.
npm run prod Runs the server in production configuration.

Configuration

The server is configured with environment variables. See server/config.js for all options and docs/docker.md for examples.


Localization

See: docs/localization.md


Contributing

Pull requests are always welcome! Feel free to check out the list of "good first issues" (to be implemented).


Instances

Find a list of public instances here: https://github.com/timvisee/send-instances/


Deployment

See: docs/deployment.md

Docker quickstart: docs/docker.md

AWS example using Ubuntu Server 20.04: docs/AWS.md


Clients

Android

The android implementation is contained in the android directory, and can be viewed locally for easy testing and editing by running ANDROID=1 npm start and then visiting http://localhost:8080. CSS and image files are located in the android/app/src/main/assets directory.


License

Mozilla Public License Version 2.0

qrcode.js licensed under MIT