Skip to content

Source code of the free certificate monitoring service certs.email.

Notifications You must be signed in to change notification settings

dmarcwise/certs-email

Repository files navigation

certs.email

This repository contains the source code for certs.email.

Development

Install dependencies with npm install, then run:

npm run dev

Or start the server and open the app in a new browser tab:

npm run dev -- --open

Build

Create a production build:

npm run build

Run it with:

node build

Environment variables

  • DATABASE_URL: PostgreSQL connection string.
  • MAILTRAP_API_KEY: Mailtrap API token for sending email.
  • WEBSITE_URL: Base URL used in email links.
  • PORT: HTTP port for the Node server (defaults to 3000).

Docker

Build and run the production image:

docker build -t certs-email .
docker run --rm -p 3000:3000 certs-email

About

Source code of the free certificate monitoring service certs.email.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published