A Mastodon proxy for Gemini
Go to file
Romain de Laage 625612a282
Add log for each request
2021-02-28 17:55:27 +01:00
README.md Initial commit 2021-02-28 14:41:40 +01:00
config.json Can be configured 2021-02-28 15:19:15 +01:00
server.go Add log for each request 2021-02-28 17:55:27 +01:00

README.md

MastoGem : a Mastodon proxy for Gemini

Build

$ go build

Generate key and certificate

$ openssl genrsa -out key.rsa 4096
$ openssl req -x509 -key key.rsa -out cert.pem -days 365 -subj "/CN=localhost"