![]() CUSTOM_INTRO_TITLE > introTitle CUSTOM_INTRO_DESCRIPTION: > introDescription CUSTOM_DOWNLOAD_DESCRIPTION: downloadDescription CUSTOM_TRY_SEND_DESCRIPTION: trySendDescription CUSTOM_SEND_YOUR_FILES_LINK: sendYourFilesLink CUSTOM_INTRO_TITLE: "Secure & Simple" CUSTOM_INTRO_DESCRIPTION: "Share files with end-to-end encryption and a link that expires." CUSTOM_DOWNLOAD_DESCRIPTION: "Shared with end-to-end encryption and a link that expires." CUSTOM_TRY_SEND_DESCRIPTION: "Secure, Simple file sharing" CUSTOM_SEND_YOUR_FILES_LINK: "Upload Files" |
||
---|---|---|
.. | ||
bin | ||
middleware | ||
routes | ||
storage | ||
clientConstants.js | ||
config.js | ||
fxa.js | ||
initScript.js | ||
layout.js | ||
limiter.js | ||
locale.js | ||
log.js | ||
metadata.js | ||
readme.md | ||
state.js |
Server Code
The server provides the API, serves static assets, and renders the pages for Send. The production entrypoint is prod.js and the development entrypoint is dev.js via webpack-dev-server
.
Server configuration
config.js contains the schema for our configuration options. Environment variables are the preferred method for setting configuration.
Middleware
Contains authentication and localization middleware.
Routes
Contains all the server routes and handlers for the API and pages
Storage
Contains implementations of possible storage engines for the files and metadata