Simple, private file sharing https://send.vis.ee/
Tim Visée 6ad2885a16 Merge branch 'aron9861623-master-patch-24529' into 'master' | 1 year ago | |
---|---|---|
.circleci | 4 years ago | |
android | 3 years ago | |
app | 1 year ago | |
assets | 2 years ago | |
assets_src | 3 years ago | |
build | 4 years ago | |
common | 2 years ago | |
docs | 1 year ago | |
ios | 2 years ago | |
public | 3 years ago | |
scripts | 2 years ago | |
server | 2 years ago | |
test | 2 years ago | |
.dockerignore | 5 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 4 years ago | |
.eslintrc.yml | 2 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 1 year ago | |
.htmllintrc | 7 years ago | |
.prettierignore | 5 years ago | |
.stylelintrc | 2 years ago | |
CHANGELOG.md | 6 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
CONTRIBUTORS | 3 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 7 years ago | |
README.md | 1 year ago | |
browserslist | 4 years ago | |
docker-compose.yml | 6 years ago | |
l10n.toml | 7 years ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
postcss.config.js | 2 years ago | |
s3-lifecycle-example.xml | 3 years ago | |
tailwind.config.js | 2 years ago | |
webpack.config.js | 2 years ago |
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.
ffsend
(CLI for Send)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
A file sharing experiment which allows you to send encrypted files to other users.
To start an ephemeral development server, run:
npm install
npm start
Then, browse to http://localhost:8080
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. |
The server is configured with environment variables. See server/config.js for all options and docs/docker.md for examples.
See: docs/localization.md
Pull requests are always welcome! Feel free to check out the list of "good first issues" (to be implemented).
Find a list of public instances here: https://github.com/timvisee/send-instances/
See: docs/deployment.md
Docker quickstart: docs/docker.md
AWS example using Ubuntu Server 20.04
: docs/AWS.md
ffsend
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.
Mozilla Public License Version 2.0
qrcode.js licensed under MIT