README.md: add maintenance notice
Close some files when too many are open
notify clients about malformed requests
Notice: this project is no longer maintained.
gmnisrv is a simple Gemini protocol server.
Dependencies:
$ mkdir build
$ cd build
$ ../configure --prefix=/usr
$ make
# make install
By default it reads from /etc/gmnisrv.ini
, but this can be changed by passing
the -C
flag to the gmnisrv
daemon. A sample config.ini is provided at
/usr/share/gmnisrv/gmnisrv.ini
:
# Space-separated list of hosts
listen=0.0.0.0:1965 [::]:1965
[:tls]
# Path to store certificates on disk
store=/var/lib/gemini/certs
# Optional details for new certificates
organization=gmnisrv user
[example.org]
root=/srv/gemini/example.org
[example.com]
root=/srv/gemini/example.com
For full details on gmnisrv configuration, consult the gmnisrv(5) manual page.
See gmnisrv(1).