Skip to content

timvisee/send

This branch is 403 commits ahead of, 194 commits behind mozilla/send:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9069909 Â· Dec 20, 2024
Apr 30, 2020
Jun 4, 2021
Feb 14, 2023
May 2, 2022
Jan 9, 2021
Oct 15, 2020
Sep 4, 2022
Jun 9, 2023
Sep 4, 2022
Dec 20, 2024
Sep 4, 2022
Sep 19, 2022
Sep 4, 2022
Sep 7, 2019
Aug 11, 2017
Oct 16, 2020
Sep 4, 2022
May 5, 2021
May 19, 2021
Feb 3, 2023
Jun 9, 2017
Feb 21, 2019
Aug 9, 2022
Mar 29, 2018
Mar 30, 2019
May 19, 2021
Sep 4, 2022
Jun 23, 2017
Feb 14, 2023
Oct 16, 2020
Oct 3, 2018
Jul 21, 2017
Feb 14, 2023
Feb 14, 2023
Jul 26, 2022
Jan 26, 2021
Jul 26, 2022
Sep 4, 2022

Repository files navigation

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


Languages

  • JavaScript 88.6%
  • HTML 3.7%
  • CSS 3.0%
  • Kotlin 2.2%
  • Swift 1.7%
  • Shell 0.4%
  • Dockerfile 0.4%