Skip to content

dorianneto/burn-secret

Repository files navigation

burn-secret

GitHub Actions Workflow Status GitHub License

Web application open-source created for generating secrets from sensitive information.

Requires

  • Docker
  • Docker compose
  • OpenSSL
  • Node

Installation

  1. Run docker
docker compose up -d
  1. Generate the certificates
mkdir certs && make cert
  1. You must be able to access https://localhost

Usage

Backend

The package Air is watching any changes made into GO files. Check .air.toml for further information.

Frontend

You can find the React files into web/src.

The following command will watch any changes made into React files.

npm run dev