awesome-gemini

A collection of awesome things regarding the gemini protocol ecosystem.
git clone https://git.clttr.info/awesome-gemini.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 38415597064a9c776de096dd45693909762e7522
parent 3bc217f4d9b23277e40d3efe05442a1f5ab902c5
Author: Dre <85851275+n0x1m@users.noreply.github.com>
Date:   Sun, 11 Jul 2021 20:53:47 +0800

Add gmifs to servers
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -131,6 +131,7 @@ Repo mirrors: - [JAGS-php](https://github.com/codeandcreate/JAGS-PHP) (PHP) - fork of gemini-php with support of dynamic pages. - [geminim](https://github.com/ardek66/geminim) (Nim) - an async lightweight Gemini server made in Nim. - [gmid](https://github.com/omar-polo/gmid) (C) - simple and secure Gemini server. +- [gmifs](https://github.com/n0x1m/gmifs) (Go) - Gemini file server with auto indexing support, caching and auto TLS key pair creation. - [gmnisrv](https://sr.ht/~sircmpwn/gmnisrv/) (C) - high-performance Gemini server for POSIX systems. - [Gemserv](https://portal.mozz.us/gemini/80h.dev/projects/gemserv/) (Rust) - server with features like vhosts, CGI, SCGI, reverse-proxying and more. - [Germinal](https://github.com/jfmcbrayer/germinal) (Common Lisp) - serves any type of document with an appropriate mime type.