send/server
HrBingR e32ea7d0aa Added the ability to define a custom footer via environment variables
Added the CUSTOM_FOOTER_TEXT and CUSTOM_FOOTER_URL environment variables.

If undefined, the default translated footer will display.

If only CUSTOM_FOOTER_TEXT is defined, only this defined text will display in place of the normal footer text.

If only CUSTOM_FOOTER_URL is defined then the defined URL will display.

If both variables are defined, the defined text will display as a link to the defined URL.
2022-08-11 23:04:45 +02:00
..
bin
middleware Disable check user when fxa is not enabled 2022-07-02 23:48:04 +02:00
routes Add ability to change the branding 2022-05-02 13:38:16 +02:00
storage
clientConstants.js Added the ability to define a custom footer via environment variables 2022-08-11 23:04:45 +02:00
config.js Added the ability to define a custom footer via environment variables 2022-08-11 23:04:45 +02:00
fxa.js
initScript.js
layout.js Added if check to see if user is using custom CSS 2022-08-10 22:55:51 +02:00
limiter.js
locale.js
log.js
metadata.js
readme.md
state.js Added new environment variables for custom css, custom title, and custom description. 2022-08-08 00:37:17 +02: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