Skip to content
/ icsend Public
forked from mozilla/send

Simple, private file sharing, forked from Firefox Send

License

Notifications You must be signed in to change notification settings

komachi/icsend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icsend icsend

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.


About icsend

Most of it's source code taken from abandoned Mozilla project Firefox Send, so basically icsend is a fork of Firefox Send. We greatly thanks for contributors to original project, and we will try to make your work get continued support.

Key difference between icsend and Firefox Send is that icsend targets mostly self-hosting approach. Most of the code related to tracking metrics, analytics and Firefox Account are removed.

It's currently in early stage of forking and adapting to new use case, so use it with care.


Requirements


Development

To start an ephemeral development server, run:

npm install
npm start

Then, browse to http://localhost:1337


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!

Deployment

see also docs/deployment.md


License

Mozilla Public License Version 2.0


About

Simple, private file sharing, forked from Firefox Send

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 5.1%
  • CSS 3.4%
  • Other 0.9%