💾 Archived View for gmid.omarpolo.com captured on 2023-03-20 at 17:21:12. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2024-02-05)

-=-=-=-=-=-=-

changelog

contrib

guide

faq

gmid

A Gemini server

Features

gmid also bundles a small gemini client called ‘gg’ (gemini get)

gmid(1) manpage

gmid.conf(5) manpage

gg(1) manpage

Install

Some distros provide a package — thanks to the maintainers!

Repology: packaging status for gmid

Otherwise, compile it from source: it’s easy and takes less than a minute on a raspberry pi 3

gmid-1.8.6.tar.gz

git repository

Codeberg mirror

GitHub mirror

The dependencies are:

Once all the dependencies are installed, building is as easy as:

$ curl -LO https://github.com/omar-polo/gmid/releases/download/1.8.6/gmid-1.8.6.tar.gz
$ tar xzvf gmid-1.8.6.tar.gz
$ cd gmid-1.8.6
$ ./configure
$ make
$ sudo make install # eventually

A SHA256 file is available. However, that only checks for accidental corruption: you can use signify (SHA256.sig and the public key gmid-1.8.pub). The signify public key for the next release ‘gmid-1.9.pub’ is also included.

SHA256

SHA256.sig

To verify the signatures with signify(1)

% signify -C -p gmid-1.8.pub -x SHA256.sig
Signature Verified
gmid-1.8.6.tar.gz: OK
gmid-1.8.pub: OK
gmid-1.9.pub: OK