Skip to content

OffprintStudios/gemfic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemfic

Gemfic is...

...a native Gemini version of Offprint

...a lightweight (HTML-only) frontend to Offprint.

It's written in Go with the gig framework and maintained with 💙

A hosted instance is available on...

...Gemini

...The web

Deploy

# apt install golang git
$ git clone https://github.com/OffprintStudios/gemfic
$ cd gemfic
$ go get
$ openssl genrsa 2048 > host.key
$ openssl req -new -x509 -nodes -sha256 -days 365 -key host.key -out host.cert
$ go build
$ tmux
$ ./gemfic

HTTPS support follows by proxying Gemini, for example via Kineto.

About

Read-only mirror of Offprint in Geminispace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages