EFForg / starttls-frontend

Static front end for the STARTTLS scanner
Other
6 stars 3 forks source link

Note: The STARTTLS Everywhere project is not currently being maintained. See this post for more information, and check out this post if you may be impacted by this.


STARTTLS Everywhere Front End

Development

Install

  1. Install Hugo, eg. sudo apt install hugo.
  2. Install npm and Node.
  3. npm install

Run

npm run build builds the site to /public once.

npm run lint runs the sass linter.

npm run serve watches for changes and serves the site from memory at localhost:1313.

Developing with the STARTTLS Scanner API

  1. Clone https://github.com/EFForg/starttls-scanner and follow the Docker setup instructions.
  2. Edit the .env file for that project and set ALLOWED_ORIGINS=http://localhost:1313.

Docker

This Dockerfile relies on a private docker repository and is built for internal use only.