Skip to content

Lorenzo0111/BurnMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

GitHub Release GitHub License Discord

What is BurnMail

BurnMail is a simple service that allows you to create temporary email addresses that will be deleted after a certain amount of time.

Dashboard

Deploying

You'll have to set the following environment variables to setup the backend and frontend, here is a list of them:

🚨 Remember to also edit the database id in the wrangler.toml

Cloudflare Workers

You can deploy both, frontend and backend, to Cloudflare Workers by running the following commands:

pnpm install

# Deploy the backend
cd api
pnpm run deploy

The frontend can be deployed on cloudflare pages from their web dashboard.

Selfhosting

If you want to selfhost, you can run pnpm install, pnpm build and pnpm dev to start the program.

The dashboard will usually be available here.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you need help, feel free to join the Discord Server or open an issue.