A Mastodon proxy for Gemini
Go to file
Romain de Laage e173f4d002
Add link to thread and to profile
2021-03-01 19:00:22 +01:00
.gitignore Add makefile .gitignore, change example config and add go mod 2021-03-01 12:41:08 +01:00
Makefile Add makefile .gitignore, change example config and add go mod 2021-03-01 12:41:08 +01:00
README.md Initial commit 2021-02-28 14:41:40 +01:00
config.json Add makefile .gitignore, change example config and add go mod 2021-03-01 12:41:08 +01:00
go.mod Add makefile .gitignore, change example config and add go mod 2021-03-01 12:41:08 +01:00
server.go Add link to thread and to profile 2021-03-01 19:00:22 +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"