Skip to content

shellhazard/geminimail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geminimail

A Gemini service for generating disposable email addresses, powered by 10minutemail.

geminimail accessed through the Lagrange browser

Usage

Generate a self-signed certificate for the server to use. If you're unsure, you can use the example utility provided by the go-gemini library, where localhost is the host you want to sign for:

git clone git.sr.ht/~adnano/go-gemini
cd ./go-gemini/examples
go run cert.go localhost 8760h

This will create a localhost.crt and localhost.key pair, valid for 365 days. Clone this repository and copy those files to the root. Start the server with:

go run main.go localhost

And visit gemini://localhost in your preferred Gemini client to see it in action.

About

A Gemini service for fetching disposable email addresses, powered by 10minutemail.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages