send/server
2021-05-07 13:07:26 +02:00
..
bin Remove legal page, add no affiliation text in footer 2021-01-09 19:14:42 +01:00
middleware added oauth refresh token support 2020-10-16 15:46:24 +02:00
routes Properly derive base URL as configured in file upload logic 2021-05-07 13:07:17 +02:00
storage Only set Redis client password if password is specified 2021-04-20 18:37:19 +02:00
clientConstants.js Remove obsolete anonymous limits 2021-04-12 15:19:02 +02:00
config.js Enable base URL detection by default with npm start, remove FXA_CLIENT_ID 2021-05-07 13:07:26 +02:00
fxa.js
initScript.js Add configurable donate, CLI and DMCA and source links in footer 2021-01-27 00:21:03 +01:00
layout.js
limiter.js
locale.js
log.js
metadata.js
readme.md
state.js Add detect_base_url config 2021-05-05 22:19:11 -07:00

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