https://github.com/dorianneto/burn-secret
A link that is created to be burned
https://github.com/dorianneto/burn-secret
chat email messaging privacy secrets
Last synced: 12 months ago
JSON representation
A link that is created to be burned
- Host: GitHub
- URL: https://github.com/dorianneto/burn-secret
- Owner: dorianneto
- License: mit
- Created: 2024-09-15T16:57:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T20:28:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-05T17:07:32.585Z (12 months ago)
- Topics: chat, email, messaging, privacy, secrets
- Language: Go
- Homepage: https://burnsecret.com
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burn-secret


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
```
2. Generate the certificates
```
mkdir certs && make cert
```
3. 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
```