Simple, private file sharing https://send.vis.ee/
![]() |
7 years ago | |
---|---|---|
app | 7 years ago | |
assets | 7 years ago | |
build | 7 years ago | |
common | 7 years ago | |
docs | 7 years ago | |
public | 7 years ago | |
scripts | 7 years ago | |
server | 7 years ago | |
test | 7 years ago | |
.dockerignore | 7 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 7 years ago | |
.eslintrc.yml | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
.htmllintrc | 7 years ago | |
.nsprc | 7 years ago | |
.prettierignore | 7 years ago | |
.stylelintrc | 7 years ago | |
CHANGELOG.md | 7 years ago | |
CONTRIBUTORS | 7 years ago | |
Dockerfile | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
browserconfig.xml | 7 years ago | |
browserslist | 7 years ago | |
circle.yml | 7 years ago | |
docker-compose.yml | 7 years ago | |
l10n.toml | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 years ago | |
postcss.config.js | 7 years ago | |
webpack.config.js | 7 years ago |
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.
Firefox Send localization is managed via Pontoon, not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the existing localization team for your language, or Mozilla’s l10n-drivers for guidance.
Pull requests are always welcome! Feel free to check out the list of "good first bugs".
ENVIRONMENT | URL |
---|---|
Production | https://send.firefox.com/ |
Stage | https://send.stage.mozaws.net/ |
Development | https://send.dev.mozaws.net/ |
Mozilla Public License Version 2.0