Simple, private file sharing https://send.vis.ee/

timvisee 905ca545c7 Update dependencies 3 лет назад
.circleci 89469e3c9c updated node to 12 4 лет назад
android 1a923d21b5 Add DEFAULT_DOWNLOADS variable to set default download count 3 лет назад
app 709997ba72 Fix garbled filenames on Windows with ZIP files due to missing UTF-8 flag 3 лет назад
assets 512bd32368 Use 64x64 PNG icon in README 3 лет назад
assets_src 6c3a2e53af Replace public Mozilla related icons 4 лет назад
build 45d5f41731 Remove Firefox branding from app name in front-end 4 лет назад
common 90f6a07d4a refactored Dockerfile 5 лет назад
docs 7cba51b729 Tweak FAQ to remove old FXA notice 3 лет назад
ios 45d5f41731 Remove Firefox branding from app name in front-end 4 лет назад
public 214191e743 Replace links from mozilla/send to timvisee/send 3 лет назад
scripts 9ad9c9feb2 fixed git hooks 5 лет назад
server 1a923d21b5 Add DEFAULT_DOWNLOADS variable to set default download count 3 лет назад
test 3165086869 Remove legal page, add no affiliation text in footer 4 лет назад
.dockerignore 90f6a07d4a refactored Dockerfile 5 лет назад
.editorconfig c2b84650e2 added editorconfig 7 лет назад
.eslintignore 7cdef4bbfc added qr code to copyDialog 4 лет назад
.eslintrc.yml 63348fd36a updated deps 5 лет назад
.gitattributes 385ac595b9 Fix linguist documentation marker for locale files 3 лет назад
.gitignore dc816d0e59 Documentation: full deployment example in AWS with Ubuntu 20.04 3 лет назад
.gitlab-ci.yml 94b78b425f Use node 15 Docker image on GitLab CI 4 лет назад
.htmllintrc f0b4bb7341 Add basic htmllint config 7 лет назад
.prettierignore de88885189 replaced cryptofill with webcrypto-liner 6 лет назад
.stylelintrc f0cfc19f8c a new approach for the ui 6 лет назад
CHANGELOG.md cda38f9bcf v2.5.3 7 лет назад
CODE_OF_CONDUCT.md ee8a672873 Add Mozilla Code of Conduct file 6 лет назад
CONTRIBUTORS dc816d0e59 Documentation: full deployment example in AWS with Ubuntu 20.04 3 лет назад
Dockerfile 50e76e0895 Do not use --openssl-legacy-provider 3 лет назад
LICENSE 98cb214baa Add LICENSE file 7 лет назад
README.md 610e036e26 Bump node to latest LTS v16.13 3 лет назад
browserslist c44c4ba41c support edge 18 maybe 4 лет назад
docker-compose.yml 23d629b80b Added webdriverio integration tests 6 лет назад
l10n.toml 47fd387799 added toml file 7 лет назад
package-lock.json 905ca545c7 Update dependencies 3 лет назад
package.json 905ca545c7 Update dependencies 3 лет назад
postcss.config.js b9c87fd779 updated tailwindcss to 1.0 5 лет назад
s3-lifecycle-example.xml 4369baa258 Add S3 lifecycle policy example configuration 4 лет назад
tailwind.config.js c71c246959 Dark theme 5 лет назад
webpack.config.js c44c4ba41c support edge 18 maybe 4 лет назад

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